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

/external/clang/lib/Sema/
H A DJumpDiagnostics.cpp748 unsigned FromScope = LabelAndGotoScopes[From]; local
752 if (FromScope == ToScope) return;
754 unsigned CommonScope = GetDeepestCommonScope(FromScope, ToScope);

Completed in 101 milliseconds