Searched refs:SuppressedDiagnostics (Results 1 – 4 of 4) sorted by relevance
62 SmallVector<PartialDiagnosticAt, 4> SuppressedDiagnostics; variable109 PD.first = SuppressedDiagnostics.front().first; in takeSFINAEDiagnostic()110 PD.second.swap(SuppressedDiagnostics.front().second); in takeSFINAEDiagnostic()116 SuppressedDiagnostics.clear(); in clearSFINAEDiagnostic()123 return SuppressedDiagnostics.front(); in peekSFINAEDiagnostic()154 SuppressedDiagnostics.clear(); in addSFINAEDiagnostic()155 SuppressedDiagnostics.emplace_back(Loc, std::move(PD)); in addSFINAEDiagnostic()164 SuppressedDiagnostics.emplace_back(Loc, std::move(PD)); in addSuppressedDiagnostic()172 diag_iterator diag_begin() const { return SuppressedDiagnostics.begin(); } in diag_begin()176 diag_iterator diag_end() const { return SuppressedDiagnostics.end(); } in diag_end()
9451 SuppressedDiagnosticsMap SuppressedDiagnostics; variable
3692 Pos = SuppressedDiagnostics.find(Specialization->getCanonicalDecl()); in FinishTemplateArgumentDeduction()3693 if (Pos == SuppressedDiagnostics.end()) in FinishTemplateArgumentDeduction()3694 SuppressedDiagnostics[Specialization->getCanonicalDecl()] in FinishTemplateArgumentDeduction()
232 auto Pos = SuppressedDiagnostics.find(D->getCanonicalDecl()); in DiagnoseUseOfDecl()233 if (Pos != SuppressedDiagnostics.end()) { in DiagnoseUseOfDecl()