Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DJumpDiagnostics.cpp867 SmallVector<unsigned, 10> ToScopesError; in CheckJump() local
876 ToScopesError.push_back(I); in CheckJump()
886 if (!ToScopesError.empty()) { in CheckJump()
888 NoteJumpIntoScopes(ToScopesError); in CheckJump()
892 if (ToScopesError.empty() && !ToScopesCXX98Compat.empty()) { in CheckJump()