Home
last modified time | relevance | path

Searched refs:SuppressedDiagnostics (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DTemplateDeduction.h63 SmallVector<PartialDiagnosticAt, 4> SuppressedDiagnostics; variable
110 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()
H A DSema.h12143 SuppressedDiagnosticsMap SuppressedDiagnostics; variable
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp3999 Pos = SuppressedDiagnostics.find(Specialization->getCanonicalDecl()); in FinishTemplateArgumentDeduction()
4000 if (Pos == SuppressedDiagnostics.end()) in FinishTemplateArgumentDeduction()
4001 SuppressedDiagnostics[Specialization->getCanonicalDecl()] in FinishTemplateArgumentDeduction()
H A DSemaExpr.cpp225 auto Pos = SuppressedDiagnostics.find(D->getCanonicalDecl()); in DiagnoseUseOfDecl()
226 if (Pos != SuppressedDiagnostics.end()) { in DiagnoseUseOfDecl()