Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DJumpDiagnostics.cpp957 SmallVector<unsigned, 10> ToScopesError; in CheckJump() local
966 ToScopesError.push_back(I); in CheckJump()
979 if (!ToScopesError.empty()) { in CheckJump()
981 NoteJumpIntoScopes(ToScopesError); in CheckJump()
985 if (ToScopesError.empty() && !ToScopesCXX98Compat.empty()) { in CheckJump()