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()
6669 SuppressedDiagnosticsMap SuppressedDiagnostics; variable
2968 Pos = SuppressedDiagnostics.find(Specialization->getCanonicalDecl()); in FinishTemplateArgumentDeduction()2969 if (Pos == SuppressedDiagnostics.end()) in FinishTemplateArgumentDeduction()2970 SuppressedDiagnostics[Specialization->getCanonicalDecl()] in FinishTemplateArgumentDeduction()
330 auto Pos = SuppressedDiagnostics.find(D->getCanonicalDecl()); in DiagnoseUseOfDecl()331 if (Pos != SuppressedDiagnostics.end()) { in DiagnoseUseOfDecl()