Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DJumpDiagnostics.cpp789 unsigned ToScope = LabelAndGotoScopes[To]; in CheckJump() local
792 if (FromScope == ToScope) return; in CheckJump()
798 for (unsigned I = FromScope; I > ToScope; I = Scopes[I].ParentScope) { in CheckJump()
806 unsigned CommonScope = GetDeepestCommonScope(FromScope, ToScope); in CheckJump()
809 if (CommonScope == ToScope) return; in CheckJump()
815 for (unsigned I = ToScope; I != CommonScope; I = Scopes[I].ParentScope) { in CheckJump()