Searched refs:NoteID (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaExceptionSpec.cpp | 630 if (NoteID.getDiagID() != 0 && OldLoc.isValid()) in CheckEquivalentExceptionSpecImpl() 631 S.Diag(OldLoc, NoteID); in CheckEquivalentExceptionSpecImpl() 636 const PartialDiagnostic &NoteID, in CheckEquivalentExceptionSpec() argument 736 const PartialDiagnostic &NoteID, in CheckExceptionSpecSubset() argument 788 if (NoteID.getDiagID() != 0) in CheckExceptionSpecSubset() 789 Diag(SuperLoc, NoteID); in CheckExceptionSpecSubset() 817 if (NoteID.getDiagID() != 0) in CheckExceptionSpecSubset() 818 Diag(SuperLoc, NoteID); in CheckExceptionSpecSubset() 823 return CheckParamExceptionSpec(NestedDiagID, NoteID, Superset, SuperLoc, in CheckExceptionSpecSubset() 839 return S.CheckEquivalentExceptionSpec(DiagID, NoteID, TFunc, TargetLoc, in CheckSpecForTypesEquivalent() [all …]
|
| H A D | SemaExpr.cpp | 1802 unsigned NoteID = TC.getCorrectionDeclAs<ImplicitParamDecl>() in emitEmptyLookupTypoDiagnostic() local 1807 SemaRef.PDiag(NoteID)); in emitEmptyLookupTypoDiagnostic() 1812 SemaRef.PDiag(NoteID)); in emitEmptyLookupTypoDiagnostic() 1987 unsigned NoteID = Corrected.getCorrectionDeclAs<ImplicitParamDecl>() in DiagnoseEmptyLookup() local 1992 PDiag(NoteID), AcceptableWithRecovery); in DiagnoseEmptyLookup() 1997 PDiag(NoteID), AcceptableWithRecovery); in DiagnoseEmptyLookup()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/ |
| H A D | AnalysisConsumer.cpp | 108 unsigned NoteID = Diag.getCustomDiagID(DiagnosticsEngine::Note, "%0"); in FlushDiagnosticsImpl() local 123 Diag.Report(NoteLoc, NoteID) << Piece->getString() in FlushDiagnosticsImpl() 137 Diag.Report(NoteLoc, NoteID) << Piece->getString() in FlushDiagnosticsImpl()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | Sema.h | 1484 const PartialDiagnostic &DiagID, const PartialDiagnostic & NoteID, 1490 const PartialDiagnostic &NoteID, 1496 const PartialDiagnostic &NoteID,
|