Searched refs:SuppressedDiagnostics (Results 1 – 4 of 4) sorted by relevance
45 SmallVector<PartialDiagnosticAt, 4> SuppressedDiagnostics; variable71 PD.first = SuppressedDiagnostics.front().first; in takeSFINAEDiagnostic()72 PD.second.swap(SuppressedDiagnostics.front().second); in takeSFINAEDiagnostic()73 SuppressedDiagnostics.clear(); in takeSFINAEDiagnostic()93 SuppressedDiagnostics.clear(); in addSFINAEDiagnostic()94 SuppressedDiagnostics.emplace_back(Loc, std::move(PD)); in addSFINAEDiagnostic()103 SuppressedDiagnostics.emplace_back(Loc, std::move(PD)); in addSuppressedDiagnostic()112 diag_iterator diag_begin() const { return SuppressedDiagnostics.begin(); } in diag_begin()116 diag_iterator diag_end() const { return SuppressedDiagnostics.end(); } in diag_end()
6805 SuppressedDiagnosticsMap SuppressedDiagnostics; variable
2955 Pos = SuppressedDiagnostics.find(Specialization->getCanonicalDecl()); in FinishTemplateArgumentDeduction()2956 if (Pos == SuppressedDiagnostics.end()) in FinishTemplateArgumentDeduction()2957 SuppressedDiagnostics[Specialization->getCanonicalDecl()] in FinishTemplateArgumentDeduction()
323 auto Pos = SuppressedDiagnostics.find(D->getCanonicalDecl()); in DiagnoseUseOfDecl()324 if (Pos != SuppressedDiagnostics.end()) { in DiagnoseUseOfDecl()