Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DJumpDiagnostics.cpp91 void NoteJumpIntoScopes(ArrayRef<unsigned> ToScopes);
869 void JumpScopeChecker::NoteJumpIntoScopes(ArrayRef<unsigned> ToScopes) { in NoteJumpIntoScopes() function in JumpScopeChecker
913 NoteJumpIntoScopes(ToScopesCXX98Compat); in DiagnoseIndirectOrAsmJump()
972 NoteJumpIntoScopes(ToScopesWarning); in CheckJump()
981 NoteJumpIntoScopes(ToScopesError); in CheckJump()
987 NoteJumpIntoScopes(ToScopesCXX98Compat); in CheckJump()