Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DJumpDiagnostics.cpp950 unsigned CommonScope = GetDeepestCommonScope(FromScope, ToScope); in CheckJump() local
953 if (CommonScope == ToScope) return; in CheckJump()
959 for (unsigned I = ToScope; I != CommonScope; I = Scopes[I].ParentScope) { in CheckJump()