Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DJumpDiagnostics.cpp89 unsigned GetDeepestCommonScope(unsigned A, unsigned B);
112 unsigned JumpScopeChecker::GetDeepestCommonScope(unsigned A, unsigned B) { in GetDeepestCommonScope() function in JumpScopeChecker
814 unsigned Common = GetDeepestCommonScope(JumpScope, TargetScope); in DiagnoseIndirectJump()
872 unsigned CommonScope = GetDeepestCommonScope(FromScope, ToScope); in CheckJump()