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

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DJumpDiagnostics.cpp750 unsigned ToScope = LabelAndGotoScopes[To]; local
753 if (FromScope == ToScope) return;
755 unsigned CommonScope = GetDeepestCommonScope(FromScope, ToScope);
758 if (CommonScope == ToScope) return;
764 for (unsigned I = ToScope; I != CommonScope; I = Scopes[I].ParentScope) {

Completed in 90 milliseconds