Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DJumpDiagnostics.cpp880 SmallVector<unsigned, 10> ToScopesWarning; in CheckJump() local
884 ToScopesWarning.push_back(I); in CheckJump()
892 if (!ToScopesWarning.empty()) { in CheckJump()
894 NoteJumpIntoScopes(ToScopesWarning); in CheckJump()