Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DJumpDiagnostics.cpp868 SmallVector<unsigned, 10> ToScopesWarning; in CheckJump() local
872 ToScopesWarning.push_back(I); in CheckJump()
880 if (!ToScopesWarning.empty()) { in CheckJump()
882 NoteJumpIntoScopes(ToScopesWarning); in CheckJump()