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

/external/clang/lib/Sema/
H A DJumpDiagnostics.cpp89 unsigned GetDeepestCommonScope(unsigned A, unsigned B);
110 /// GetDeepestCommonScope - Finds the innermost scope enclosing the
112 unsigned JumpScopeChecker::GetDeepestCommonScope(unsigned A, unsigned B) { function in class:JumpScopeChecker
748 unsigned Common = GetDeepestCommonScope(JumpScope, TargetScope);
806 unsigned CommonScope = GetDeepestCommonScope(FromScope, ToScope);

Completed in 179 milliseconds