/external/clang/lib/Sema/ |
D | SemaExceptionSpec.cpp | 398 const PartialDiagnostic & NoteID, in CheckEquivalentExceptionSpec() argument 471 if (NoteID.getDiagID() != 0 && OldLoc.isValid()) in CheckEquivalentExceptionSpec() 472 Diag(OldLoc, NoteID); in CheckEquivalentExceptionSpec() 552 if (NoteID.getDiagID() != 0 && OldLoc.isValid()) in CheckEquivalentExceptionSpec() 553 Diag(OldLoc, NoteID); in CheckEquivalentExceptionSpec() 581 if (NoteID.getDiagID() != 0 && OldLoc.isValid()) in CheckEquivalentExceptionSpec() 582 Diag(OldLoc, NoteID); in CheckEquivalentExceptionSpec() 590 const PartialDiagnostic &DiagID, const PartialDiagnostic & NoteID, in CheckExceptionSpecSubset() argument 616 return CheckParamExceptionSpec(NoteID, Superset, SuperLoc, Subset, SubLoc); in CheckExceptionSpecSubset() 631 return CheckParamExceptionSpec(NoteID, Superset, SuperLoc, Subset, SubLoc); in CheckExceptionSpecSubset() [all …]
|
D | SemaExpr.cpp | 1843 unsigned NoteID = TC.getCorrectionDeclAs<ImplicitParamDecl>() in emitEmptyLookupTypoDiagnostic() local 1848 SemaRef.PDiag(NoteID)); in emitEmptyLookupTypoDiagnostic() 1853 SemaRef.PDiag(NoteID)); in emitEmptyLookupTypoDiagnostic() 2027 unsigned NoteID = Corrected.getCorrectionDeclAs<ImplicitParamDecl>() in DiagnoseEmptyLookup() local 2032 PDiag(NoteID), AcceptableWithRecovery); in DiagnoseEmptyLookup() 2037 PDiag(NoteID), AcceptableWithRecovery); in DiagnoseEmptyLookup()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaExceptionSpec.cpp | 258 Sema &S, const PartialDiagnostic &DiagID, const PartialDiagnostic &NoteID, 509 Sema &S, const PartialDiagnostic &DiagID, const PartialDiagnostic &NoteID, in CheckEquivalentExceptionSpecImpl() argument 654 if (NoteID.getDiagID() != 0 && OldLoc.isValid()) in CheckEquivalentExceptionSpecImpl() 655 S.Diag(OldLoc, NoteID); in CheckEquivalentExceptionSpecImpl() 660 const PartialDiagnostic &NoteID, in CheckEquivalentExceptionSpec() argument 667 return CheckEquivalentExceptionSpecImpl(*this, DiagID, NoteID, Old, OldLoc, in CheckEquivalentExceptionSpec() 760 const PartialDiagnostic &NoteID, in CheckExceptionSpecSubset() argument 805 return CheckParamExceptionSpec(NestedDiagID, NoteID, Superset, SuperLoc, in CheckExceptionSpecSubset() 813 if (NoteID.getDiagID() != 0) in CheckExceptionSpecSubset() 814 Diag(SuperLoc, NoteID); in CheckExceptionSpecSubset() [all …]
|
D | SemaExpr.cpp | 2124 unsigned NoteID = TC.getCorrectionDeclAs<ImplicitParamDecl>() in emitEmptyLookupTypoDiagnostic() local 2129 SemaRef.PDiag(NoteID)); in emitEmptyLookupTypoDiagnostic() 2134 SemaRef.PDiag(NoteID)); in emitEmptyLookupTypoDiagnostic() 2164 unsigned NoteID = diag::note_member_declared_at; in DiagnoseDependentMemberLookup() local 2170 NoteID = diag::note_dependent_member_use; in DiagnoseDependentMemberLookup() 2186 Diag(D->getLocation(), NoteID); in DiagnoseDependentMemberLookup() 2341 unsigned NoteID = Corrected.getCorrectionDeclAs<ImplicitParamDecl>() in DiagnoseEmptyLookup() local 2346 PDiag(NoteID), AcceptableWithRecovery); in DiagnoseEmptyLookup() 2351 PDiag(NoteID), AcceptableWithRecovery); in DiagnoseEmptyLookup()
|
/external/llvm-project/clang/lib/StaticAnalyzer/Core/ |
D | TextDiagnostics.cpp | 65 unsigned NoteID = DiagEng.getCustomDiagID(DiagnosticsEngine::Note, "%0"); in FlushDiagnosticsImpl() local 106 reportPiece(NoteID, Piece->getLocation().asLocation(), in FlushDiagnosticsImpl() 120 reportPiece(NoteID, Piece->getLocation().asLocation(), in FlushDiagnosticsImpl()
|
/external/clang/lib/StaticAnalyzer/Frontend/ |
D | AnalysisConsumer.cpp | 112 unsigned NoteID = Diag.getCustomDiagID(DiagnosticsEngine::Note, "%0"); in FlushDiagnosticsImpl() local 129 Diag.Report(NoteLoc, NoteID) << (*PI)->getString() in FlushDiagnosticsImpl()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 1318 const PartialDiagnostic &DiagID, const PartialDiagnostic & NoteID, 1326 const PartialDiagnostic &DiagID, const PartialDiagnostic & NoteID, 1329 bool CheckParamExceptionSpec(const PartialDiagnostic & NoteID,
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 1885 const PartialDiagnostic &DiagID, const PartialDiagnostic & NoteID, 1891 const PartialDiagnostic &NoteID, 1898 const PartialDiagnostic &NoteID,
|