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

/external/clang/lib/Sema/
H A DJumpDiagnostics.cpp754 unsigned CommonScope = GetDeepestCommonScope(FromScope, ToScope); local
757 if (CommonScope == ToScope) return;
763 for (unsigned I = ToScope; I != CommonScope; I = Scopes[I].ParentScope) {

Completed in 89 milliseconds