Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp91 void NoteJumpIntoScopes(ArrayRef<unsigned> ToScopes);
879 void JumpScopeChecker::NoteJumpIntoScopes(ArrayRef<unsigned> ToScopes) { in NoteJumpIntoScopes() function in JumpScopeChecker
923 NoteJumpIntoScopes(ToScopesCXX98Compat); in DiagnoseIndirectOrAsmJump()
987 NoteJumpIntoScopes(ToScopesWarning); in CheckJump()
996 NoteJumpIntoScopes(ToScopesError); in CheckJump()
1002 NoteJumpIntoScopes(ToScopesCXX98Compat); in CheckJump()