Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DJumpDiagnostics.cpp953 SmallVector<unsigned, 10> ToScopesWarning; in CheckJump() local
957 ToScopesWarning.push_back(I); in CheckJump()
965 if (!ToScopesWarning.empty()) { in CheckJump()
967 NoteJumpIntoScopes(ToScopesWarning); in CheckJump()