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

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

Completed in 98 milliseconds