Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp959 SmallVector<unsigned, 10> ToScopesWarning; in CheckJump() local
963 ToScopesWarning.push_back(I); in CheckJump()
971 if (!ToScopesWarning.empty()) { in CheckJump()
973 NoteJumpIntoScopes(ToScopesWarning); in CheckJump()