Searched defs:FromScope (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DJumpDiagnostics.cpp788 unsigned FromScope = LabelAndGotoScopes[From]; local
792 if (FromScope == ToScope) return;
796 // If FromScope > ToScope, FromScope is more nested and the jump goes to a
798 for (unsigned I = FromScope; I > ToScope; I = Scopes[I].ParentScope) {
806 unsigned CommonScope = GetDeepestCommonScope(FromScope, ToScope);

Completed in 488 milliseconds