Searched refs:NoteID (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExceptionSpec.cpp | 668 if (NoteID.getDiagID() != 0 && OldLoc.isValid()) in CheckEquivalentExceptionSpecImpl() 669 S.Diag(OldLoc, NoteID); in CheckEquivalentExceptionSpecImpl() 817 return CheckParamExceptionSpec(NestedDiagID, NoteID, Superset, in CheckExceptionSpecSubset() 826 if (NoteID.getDiagID() != 0) in CheckExceptionSpecSubset() 827 Diag(SuperLoc, NoteID); in CheckExceptionSpecSubset() 836 if (NoteID.getDiagID() != 0) in CheckExceptionSpecSubset() 837 Diag(SuperLoc, NoteID); in CheckExceptionSpecSubset() 865 if (NoteID.getDiagID() != 0) in CheckExceptionSpecSubset() 866 Diag(SuperLoc, NoteID); in CheckExceptionSpecSubset() 871 return CheckParamExceptionSpec(NestedDiagID, NoteID, Superset, in CheckExceptionSpecSubset() [all …]
|
| H A D | SemaExpr.cpp | 2386 unsigned NoteID = TC.getCorrectionDeclAs<ImplicitParamDecl>() in emitEmptyLookupTypoDiagnostic() local 2391 SemaRef.PDiag(NoteID)); in emitEmptyLookupTypoDiagnostic() 2396 SemaRef.PDiag(NoteID)); in emitEmptyLookupTypoDiagnostic() 2426 unsigned NoteID = diag::note_member_declared_at; in DiagnoseDependentMemberLookup() local 2432 NoteID = diag::note_dependent_member_use; in DiagnoseDependentMemberLookup() 2448 Diag(D->getLocation(), NoteID); in DiagnoseDependentMemberLookup() 2605 unsigned NoteID = Corrected.getCorrectionDeclAs<ImplicitParamDecl>() in DiagnoseEmptyLookup() local 2610 PDiag(NoteID), AcceptableWithRecovery); in DiagnoseEmptyLookup() 2615 PDiag(NoteID), AcceptableWithRecovery); in DiagnoseEmptyLookup()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | TextDiagnostics.cpp | 66 unsigned NoteID = DiagEng.getCustomDiagID(DiagnosticsEngine::Note, "%0"); in FlushDiagnosticsImpl() local 104 reportPiece(NoteID, Piece->getLocation().asLocation(), in FlushDiagnosticsImpl() 118 reportPiece(NoteID, Piece->getLocation().asLocation(), in FlushDiagnosticsImpl()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 2191 const PartialDiagnostic &DiagID, const PartialDiagnostic & NoteID, 2197 const PartialDiagnostic &NoteID, const PartialDiagnostic &NoThrowDiagID, 2202 const PartialDiagnostic &NestedDiagID, const PartialDiagnostic &NoteID,
|