Searched refs:NoteID (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaExceptionSpec.cpp | 661 if (NoteID.getDiagID() != 0 && OldLoc.isValid()) in CheckEquivalentExceptionSpecImpl() 662 S.Diag(OldLoc, NoteID); in CheckEquivalentExceptionSpecImpl() 667 const PartialDiagnostic &NoteID, in CheckEquivalentExceptionSpec() argument 767 const PartialDiagnostic &NoteID, in CheckExceptionSpecSubset() argument 820 if (NoteID.getDiagID() != 0) in CheckExceptionSpecSubset() 821 Diag(SuperLoc, NoteID); in CheckExceptionSpecSubset() 830 if (NoteID.getDiagID() != 0) in CheckExceptionSpecSubset() 831 Diag(SuperLoc, NoteID); in CheckExceptionSpecSubset() 859 if (NoteID.getDiagID() != 0) in CheckExceptionSpecSubset() 860 Diag(SuperLoc, NoteID); in CheckExceptionSpecSubset() [all …]
|
| H A D | SemaExpr.cpp | 2189 unsigned NoteID = TC.getCorrectionDeclAs<ImplicitParamDecl>() in emitEmptyLookupTypoDiagnostic() local 2194 SemaRef.PDiag(NoteID)); in emitEmptyLookupTypoDiagnostic() 2199 SemaRef.PDiag(NoteID)); in emitEmptyLookupTypoDiagnostic() 2229 unsigned NoteID = diag::note_member_declared_at; in DiagnoseDependentMemberLookup() local 2235 NoteID = diag::note_dependent_member_use; in DiagnoseDependentMemberLookup() 2251 Diag(D->getLocation(), NoteID); in DiagnoseDependentMemberLookup() 2406 unsigned NoteID = Corrected.getCorrectionDeclAs<ImplicitParamDecl>() in DiagnoseEmptyLookup() local 2411 PDiag(NoteID), AcceptableWithRecovery); in DiagnoseEmptyLookup() 2416 PDiag(NoteID), AcceptableWithRecovery); in DiagnoseEmptyLookup()
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/ |
| H A D | TextDiagnostics.cpp | 66 unsigned NoteID = DiagEng.getCustomDiagID(DiagnosticsEngine::Note, "%0"); in FlushDiagnosticsImpl() local 107 reportPiece(NoteID, Piece->getLocation().asLocation(), in FlushDiagnosticsImpl() 121 reportPiece(NoteID, Piece->getLocation().asLocation(), in FlushDiagnosticsImpl()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 2109 const PartialDiagnostic &DiagID, const PartialDiagnostic & NoteID, 2115 const PartialDiagnostic &NoteID, 2122 const PartialDiagnostic &NoteID,
|