Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DJumpDiagnostics.cpp952 SmallVector<unsigned, 10> ToScopesError; in CheckJump() local
961 ToScopesError.push_back(I); in CheckJump()
974 if (!ToScopesError.empty()) { in CheckJump()
976 NoteJumpIntoScopes(ToScopesError); in CheckJump()
980 if (ToScopesError.empty() && !ToScopesCXX98Compat.empty()) { in CheckJump()