Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DJumpDiagnostics.cpp91 void NoteJumpIntoScopes(ArrayRef<unsigned> ToScopes);
864 void JumpScopeChecker::NoteJumpIntoScopes(ArrayRef<unsigned> ToScopes) { in NoteJumpIntoScopes() function in JumpScopeChecker
908 NoteJumpIntoScopes(ToScopesCXX98Compat); in DiagnoseIndirectOrAsmJump()
967 NoteJumpIntoScopes(ToScopesWarning); in CheckJump()
976 NoteJumpIntoScopes(ToScopesError); in CheckJump()
982 NoteJumpIntoScopes(ToScopesCXX98Compat); in CheckJump()