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

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DJumpDiagnostics.cpp84 unsigned GetDeepestCommonScope(unsigned A, unsigned B);
103 /// GetDeepestCommonScope - Finds the innermost scope enclosing the
105 unsigned JumpScopeChecker::GetDeepestCommonScope(unsigned A, unsigned B) { function in class:JumpScopeChecker
711 unsigned Common = GetDeepestCommonScope(JumpScope, TargetScope);
755 unsigned CommonScope = GetDeepestCommonScope(FromScope, ToScope);

Completed in 46 milliseconds