Searched refs:SuppressedDiagnostics (Results 1 – 8 of 8) sorted by relevance
62 SmallVector<PartialDiagnosticAt, 4> SuppressedDiagnostics; variable104 PD.first = SuppressedDiagnostics.front().first; in takeSFINAEDiagnostic()105 PD.second.swap(SuppressedDiagnostics.front().second); in takeSFINAEDiagnostic()111 SuppressedDiagnostics.clear(); in clearSFINAEDiagnostic()118 return SuppressedDiagnostics.front(); in peekSFINAEDiagnostic()144 SuppressedDiagnostics.clear(); in addSFINAEDiagnostic()145 SuppressedDiagnostics.emplace_back(Loc, std::move(PD)); in addSFINAEDiagnostic()154 SuppressedDiagnostics.emplace_back(Loc, std::move(PD)); in addSuppressedDiagnostic()162 diag_iterator diag_begin() const { return SuppressedDiagnostics.begin(); } in diag_begin()166 diag_iterator diag_end() const { return SuppressedDiagnostics.end(); } in diag_end()
8653 SuppressedDiagnosticsMap SuppressedDiagnostics; variable
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()
3710 Pos = SuppressedDiagnostics.find(Specialization->getCanonicalDecl()); in FinishTemplateArgumentDeduction()3711 if (Pos == SuppressedDiagnostics.end()) in FinishTemplateArgumentDeduction()3712 SuppressedDiagnostics[Specialization->getCanonicalDecl()] in FinishTemplateArgumentDeduction()
219 auto Pos = SuppressedDiagnostics.find(D->getCanonicalDecl()); in DiagnoseUseOfDecl()220 if (Pos != SuppressedDiagnostics.end()) { in DiagnoseUseOfDecl()