Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp263 Sema &S, const PartialDiagnostic &DiagID, const PartialDiagnostic &NoteID,
511 Sema &S, const PartialDiagnostic &DiagID, const PartialDiagnostic &NoteID, in CheckEquivalentExceptionSpecImpl() argument
656 if (NoteID.getDiagID() != 0 && OldLoc.isValid()) in CheckEquivalentExceptionSpecImpl()
657 S.Diag(OldLoc, NoteID); in CheckEquivalentExceptionSpecImpl()
662 const PartialDiagnostic &NoteID, in CheckEquivalentExceptionSpec() argument
669 return CheckEquivalentExceptionSpecImpl(*this, DiagID, NoteID, Old, OldLoc, in CheckEquivalentExceptionSpec()
759 const PartialDiagnostic &NoteID, const PartialDiagnostic &NoThrowDiagID, in CheckExceptionSpecSubset() argument
802 return CheckParamExceptionSpec(NestedDiagID, NoteID, Superset, in CheckExceptionSpecSubset()
811 if (NoteID.getDiagID() != 0) in CheckExceptionSpecSubset()
812 Diag(SuperLoc, NoteID); in CheckExceptionSpecSubset()
[all …]
H A DSemaExpr.cpp2362 unsigned NoteID = TC.getCorrectionDeclAs<ImplicitParamDecl>() in emitEmptyLookupTypoDiagnostic() local
2367 SemaRef.PDiag(NoteID)); in emitEmptyLookupTypoDiagnostic()
2372 SemaRef.PDiag(NoteID)); in emitEmptyLookupTypoDiagnostic()
2394 unsigned NoteID = diag::note_member_declared_at; in DiagnoseDependentMemberLookup() local
2400 NoteID = diag::note_dependent_member_use; in DiagnoseDependentMemberLookup()
2416 Diag(D->getLocation(), NoteID); in DiagnoseDependentMemberLookup()
2570 unsigned NoteID = Corrected.getCorrectionDeclAs<ImplicitParamDecl>() in DiagnoseEmptyLookup() local
2575 PDiag(NoteID), AcceptableWithRecovery); in DiagnoseEmptyLookup()
2580 PDiag(NoteID), AcceptableWithRecovery); in DiagnoseEmptyLookup()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DTextDiagnostics.cpp66 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/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6175 const PartialDiagnostic &NoteID,
6187 const PartialDiagnostic &NoteID, const PartialDiagnostic &NoThrowDiagID,
6198 const PartialDiagnostic &NestedDiagID, const PartialDiagnostic &NoteID,