Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DJumpDiagnostics.cpp922 unsigned FromScope = LabelAndGotoScopes[From]; in CheckJump() local
926 if (FromScope == ToScope) return; in CheckJump()
932 for (unsigned I = FromScope; I > ToScope; I = Scopes[I].ParentScope) { in CheckJump()
945 unsigned CommonScope = GetDeepestCommonScope(FromScope, ToScope); in CheckJump()