Searched refs:GetDeepestCommonScope (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp91 unsigned GetDeepestCommonScope(unsigned A, unsigned B);
113 /// GetDeepestCommonScope - Finds the innermost scope enclosing the
115 unsigned JumpScopeChecker::GetDeepestCommonScope(unsigned A, unsigned B) { function in class:JumpScopeChecker
849 unsigned Common = GetDeepestCommonScope(JumpScope, TargetScope);
910 unsigned CommonScope = GetDeepestCommonScope(FromScope, ToScope);

Completed in 40 milliseconds