Searched refs:NoteID (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExceptionSpec.cpp | 656 if (NoteID.getDiagID() != 0 && OldLoc.isValid()) in CheckEquivalentExceptionSpecImpl() 657 S.Diag(OldLoc, NoteID); in CheckEquivalentExceptionSpecImpl() 662 const PartialDiagnostic &NoteID, in CheckEquivalentExceptionSpec() argument 762 const PartialDiagnostic &NoteID, in CheckExceptionSpecSubset() argument 815 if (NoteID.getDiagID() != 0) in CheckExceptionSpecSubset() 816 Diag(SuperLoc, NoteID); in CheckExceptionSpecSubset() 825 if (NoteID.getDiagID() != 0) in CheckExceptionSpecSubset() 826 Diag(SuperLoc, NoteID); in CheckExceptionSpecSubset() 854 if (NoteID.getDiagID() != 0) in CheckExceptionSpecSubset() 855 Diag(SuperLoc, NoteID); in CheckExceptionSpecSubset() [all …]
|
| H A D | SemaExpr.cpp | 2131 unsigned NoteID = TC.getCorrectionDeclAs<ImplicitParamDecl>() in emitEmptyLookupTypoDiagnostic() local 2136 SemaRef.PDiag(NoteID)); in emitEmptyLookupTypoDiagnostic() 2141 SemaRef.PDiag(NoteID)); in emitEmptyLookupTypoDiagnostic() 2171 unsigned NoteID = diag::note_member_declared_at; in DiagnoseDependentMemberLookup() local 2177 NoteID = diag::note_dependent_member_use; in DiagnoseDependentMemberLookup() 2193 Diag(D->getLocation(), NoteID); in DiagnoseDependentMemberLookup() 2348 unsigned NoteID = Corrected.getCorrectionDeclAs<ImplicitParamDecl>() in DiagnoseEmptyLookup() local 2353 PDiag(NoteID), AcceptableWithRecovery); in DiagnoseEmptyLookup() 2358 PDiag(NoteID), AcceptableWithRecovery); in DiagnoseEmptyLookup()
|
| /freebsd-13.1/contrib/llvm-project/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()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 2037 const PartialDiagnostic &DiagID, const PartialDiagnostic & NoteID, 2043 const PartialDiagnostic &NoteID, 2050 const PartialDiagnostic &NoteID,
|