Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DJumpDiagnostics.cpp879 SmallVector<unsigned, 10> ToScopesError; in CheckJump() local
888 ToScopesError.push_back(I); in CheckJump()
898 if (!ToScopesError.empty()) { in CheckJump()
900 NoteJumpIntoScopes(ToScopesError); in CheckJump()
904 if (ToScopesError.empty() && !ToScopesCXX98Compat.empty()) { in CheckJump()