Searched refs:NoteID (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaExceptionSpec.cpp | 260 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() 762 const PartialDiagnostic &NoteID, in CheckExceptionSpecSubset() argument 807 return CheckParamExceptionSpec(NestedDiagID, NoteID, Superset, SuperLoc, in CheckExceptionSpecSubset() 815 if (NoteID.getDiagID() != 0) in CheckExceptionSpecSubset() 816 Diag(SuperLoc, NoteID); in CheckExceptionSpecSubset() [all …]
|
H A D | SemaExpr.cpp | 2121 unsigned NoteID = TC.getCorrectionDeclAs<ImplicitParamDecl>() in emitEmptyLookupTypoDiagnostic() local 2126 SemaRef.PDiag(NoteID)); in emitEmptyLookupTypoDiagnostic() 2131 SemaRef.PDiag(NoteID)); in emitEmptyLookupTypoDiagnostic() 2161 unsigned NoteID = diag::note_member_declared_at; in DiagnoseDependentMemberLookup() local 2167 NoteID = diag::note_dependent_member_use; in DiagnoseDependentMemberLookup() 2183 Diag(D->getLocation(), NoteID); in DiagnoseDependentMemberLookup() 2338 unsigned NoteID = Corrected.getCorrectionDeclAs<ImplicitParamDecl>() in DiagnoseEmptyLookup() local 2343 PDiag(NoteID), AcceptableWithRecovery); in DiagnoseEmptyLookup() 2348 PDiag(NoteID), AcceptableWithRecovery); in DiagnoseEmptyLookup()
|
/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | Sema.h | 2001 const PartialDiagnostic &DiagID, const PartialDiagnostic & NoteID, 2007 const PartialDiagnostic &NoteID, 2014 const PartialDiagnostic &NoteID,
|