Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExceptionSpec.cpp265 Sema &S, const PartialDiagnostic &DiagID, const PartialDiagnostic &NoteID,
517 Sema &S, const PartialDiagnostic &DiagID, const PartialDiagnostic &NoteID, in CheckEquivalentExceptionSpecImpl() argument
662 if (NoteID.getDiagID() != 0 && OldLoc.isValid()) in CheckEquivalentExceptionSpecImpl()
663 S.Diag(OldLoc, NoteID); in CheckEquivalentExceptionSpecImpl()
668 const PartialDiagnostic &NoteID, in CheckEquivalentExceptionSpec() argument
675 return CheckEquivalentExceptionSpecImpl(*this, DiagID, NoteID, Old, OldLoc, in CheckEquivalentExceptionSpec()
768 const PartialDiagnostic &NoteID, in CheckExceptionSpecSubset() argument
813 return CheckParamExceptionSpec(NestedDiagID, NoteID, Superset, SuperLoc, in CheckExceptionSpecSubset()
821 if (NoteID.getDiagID() != 0) in CheckExceptionSpecSubset()
822 Diag(SuperLoc, NoteID); in CheckExceptionSpecSubset()
[all …]
H A DSemaExpr.cpp2188 unsigned NoteID = TC.getCorrectionDeclAs<ImplicitParamDecl>() in emitEmptyLookupTypoDiagnostic() local
2193 SemaRef.PDiag(NoteID)); in emitEmptyLookupTypoDiagnostic()
2198 SemaRef.PDiag(NoteID)); in emitEmptyLookupTypoDiagnostic()
2228 unsigned NoteID = diag::note_member_declared_at; in DiagnoseDependentMemberLookup() local
2234 NoteID = diag::note_dependent_member_use; in DiagnoseDependentMemberLookup()
2250 Diag(D->getLocation(), NoteID); in DiagnoseDependentMemberLookup()
2405 unsigned NoteID = Corrected.getCorrectionDeclAs<ImplicitParamDecl>() in DiagnoseEmptyLookup() local
2410 PDiag(NoteID), AcceptableWithRecovery); in DiagnoseEmptyLookup()
2415 PDiag(NoteID), AcceptableWithRecovery); in DiagnoseEmptyLookup()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DTextDiagnostics.cpp66 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()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h2141 const PartialDiagnostic &DiagID, const PartialDiagnostic & NoteID,
2147 const PartialDiagnostic &NoteID,
2154 const PartialDiagnostic &NoteID,