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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DJumpDiagnostics.cpp806 unsigned CommonScope = GetDeepestCommonScope(FromScope, ToScope); local
809 if (CommonScope == ToScope) return;
815 for (unsigned I = ToScope; I != CommonScope; I = Scopes[I].ParentScope) {

Completed in 118 milliseconds