Searched refs:SuppressedDiagnostics (Results 1 – 4 of 4) sorted by relevance
63 SmallVector<PartialDiagnosticAt, 4> SuppressedDiagnostics; variable110 PD.first = SuppressedDiagnostics.front().first; in takeSFINAEDiagnostic()111 PD.second.swap(SuppressedDiagnostics.front().second); in takeSFINAEDiagnostic()117 SuppressedDiagnostics.clear(); in clearSFINAEDiagnostic()124 return SuppressedDiagnostics.front(); in peekSFINAEDiagnostic()155 SuppressedDiagnostics.clear(); in addSFINAEDiagnostic()156 SuppressedDiagnostics.emplace_back(Loc, std::move(PD)); in addSFINAEDiagnostic()165 SuppressedDiagnostics.emplace_back(Loc, std::move(PD)); in addSuppressedDiagnostic()173 diag_iterator diag_begin() const { return SuppressedDiagnostics.begin(); } in diag_begin()177 diag_iterator diag_end() const { return SuppressedDiagnostics.end(); } in diag_end()
12143 SuppressedDiagnosticsMap SuppressedDiagnostics; variable
3999 Pos = SuppressedDiagnostics.find(Specialization->getCanonicalDecl()); in FinishTemplateArgumentDeduction()4000 if (Pos == SuppressedDiagnostics.end()) in FinishTemplateArgumentDeduction()4001 SuppressedDiagnostics[Specialization->getCanonicalDecl()] in FinishTemplateArgumentDeduction()
225 auto Pos = SuppressedDiagnostics.find(D->getCanonicalDecl()); in DiagnoseUseOfDecl()226 if (Pos != SuppressedDiagnostics.end()) { in DiagnoseUseOfDecl()