Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp100 unsigned GetDeepestCommonScope(unsigned A, unsigned B);
124 unsigned JumpScopeChecker::GetDeepestCommonScope(unsigned A, unsigned B) { in GetDeepestCommonScope() function in JumpScopeChecker
894 unsigned Common = GetDeepestCommonScope(JumpScope, TargetScope); in DiagnoseIndirectOrAsmJump()
965 unsigned CommonScope = GetDeepestCommonScope(FromScope, ToScope); in CheckJump()