Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp1005 SmallVector<unsigned, 10> ToScopesWarning; in CheckJump() local
1010 ToScopesWarning.push_back(I); in CheckJump()
1019 if (!ToScopesWarning.empty()) { in CheckJump()
1021 NoteJumpIntoScopes(ToScopesWarning); in CheckJump()