Searched refs:NoteID (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExceptionSpec.cpp | 265 Sema &S, const PartialDiagnostic &DiagID, const PartialDiagnostic &NoteID, 513 Sema &S, const PartialDiagnostic &DiagID, const PartialDiagnostic &NoteID, in CheckEquivalentExceptionSpecImpl() argument 658 if (NoteID.getDiagID() != 0 && OldLoc.isValid()) in CheckEquivalentExceptionSpecImpl() 659 S.Diag(OldLoc, NoteID); in CheckEquivalentExceptionSpecImpl() 664 const PartialDiagnostic &NoteID, in CheckEquivalentExceptionSpec() argument 671 return CheckEquivalentExceptionSpecImpl(*this, DiagID, NoteID, Old, OldLoc, in CheckEquivalentExceptionSpec() 760 const PartialDiagnostic &NoteID, const PartialDiagnostic &NoThrowDiagID, in CheckExceptionSpecSubset() argument 803 return CheckParamExceptionSpec(NestedDiagID, NoteID, Superset, in CheckExceptionSpecSubset() 812 if (NoteID.getDiagID() != 0) in CheckExceptionSpecSubset() 813 Diag(SuperLoc, NoteID); in CheckExceptionSpecSubset() [all …]
|
| H A D | SemaExpr.cpp | 2468 unsigned NoteID = diag::note_member_declared_at; in DiagnoseDependentMemberLookup() local 2474 NoteID = diag::note_dependent_member_use; in DiagnoseDependentMemberLookup() 2490 Diag(D->getLocation(), NoteID); in DiagnoseDependentMemberLookup() 2639 unsigned NoteID = Corrected.getCorrectionDeclAs<ImplicitParamDecl>() in DiagnoseEmptyLookup() local 2644 PDiag(NoteID), AcceptableWithRecovery); in DiagnoseEmptyLookup() 2650 PDiag(NoteID), AcceptableWithRecovery); in DiagnoseEmptyLookup()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | TextDiagnostics.cpp | 61 unsigned NoteID = DiagEng.getCustomDiagID(DiagnosticsEngine::Note, "%0"); in FlushDiagnosticsImpl() local 98 reportPiece(NoteID, Piece->getLocation().asLocation(), in FlushDiagnosticsImpl() 112 reportPiece(NoteID, Piece->getLocation().asLocation(), in FlushDiagnosticsImpl()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 6605 const PartialDiagnostic &NoteID, 6617 const PartialDiagnostic &NoteID, const PartialDiagnostic &NoThrowDiagID, 6628 const PartialDiagnostic &NestedDiagID, const PartialDiagnostic &NoteID,
|