Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DJumpDiagnostics.cpp81 void NoteJumpIntoScopes(ArrayRef<unsigned> ToScopes);
798 void JumpScopeChecker::NoteJumpIntoScopes(ArrayRef<unsigned> ToScopes) { in NoteJumpIntoScopes() function in JumpScopeChecker
840 NoteJumpIntoScopes(ToScopesCXX98Compat); in DiagnoseIndirectJump()
894 NoteJumpIntoScopes(ToScopesWarning); in CheckJump()
900 NoteJumpIntoScopes(ToScopesError); in CheckJump()
906 NoteJumpIntoScopes(ToScopesCXX98Compat); in CheckJump()