Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DJumpDiagnostics.cpp89 unsigned GetDeepestCommonScope(unsigned A, unsigned B);
112 unsigned JumpScopeChecker::GetDeepestCommonScope(unsigned A, unsigned B) { in GetDeepestCommonScope() function in JumpScopeChecker
802 unsigned Common = GetDeepestCommonScope(JumpScope, TargetScope); in DiagnoseIndirectJump()
860 unsigned CommonScope = GetDeepestCommonScope(FromScope, ToScope); in CheckJump()