Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DJumpDiagnostics.cpp100 unsigned GetDeepestCommonScope(unsigned A, unsigned B);
125 unsigned JumpScopeChecker::GetDeepestCommonScope(unsigned A, unsigned B) { in GetDeepestCommonScope() function in JumpScopeChecker
879 unsigned Common = GetDeepestCommonScope(JumpScope, TargetScope); in DiagnoseIndirectOrAsmJump()
945 unsigned CommonScope = GetDeepestCommonScope(FromScope, ToScope); in CheckJump()