Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp929 unsigned ToScope = LabelAndGotoScopes[To]; in CheckJump() local
932 if (FromScope == ToScope) return; in CheckJump()
938 for (unsigned I = FromScope; I > ToScope; I = Scopes[I].ParentScope) { in CheckJump()
951 unsigned CommonScope = GetDeepestCommonScope(FromScope, ToScope); in CheckJump()
954 if (CommonScope == ToScope) return; in CheckJump()
960 for (unsigned I = ToScope; I != CommonScope; I = Scopes[I].ParentScope) { in CheckJump()