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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp893 unsigned ToScope = LabelAndGotoScopes[To]; local
896 if (FromScope == ToScope) return;
900 // If FromScope > ToScope, FromScope is more nested and the jump goes to a
902 for (unsigned I = FromScope; I > ToScope; I = Scopes[I].ParentScope) {
910 unsigned CommonScope = GetDeepestCommonScope(FromScope, ToScope);
913 if (CommonScope == ToScope) return;
919 for (unsigned I = ToScope; I != CommonScope; I = Scopes[I].ParentScope) {

Completed in 98 milliseconds