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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DTemplateDeduction.h62 SmallVector<PartialDiagnosticAt, 4> SuppressedDiagnostics; member in class:clang::sema::TemplateDeductionInfo
104 PD.first = SuppressedDiagnostics.front().first;
105 PD.second.swap(SuppressedDiagnostics.front().second);
111 SuppressedDiagnostics.clear();
118 return SuppressedDiagnostics.front();
144 SuppressedDiagnostics.clear();
145 SuppressedDiagnostics.emplace_back(Loc, std::move(PD));
154 SuppressedDiagnostics.emplace_back(Loc, std::move(PD));
162 diag_iterator diag_begin() const { return SuppressedDiagnostics.begin(); }
166 diag_iterator diag_end() const { return SuppressedDiagnostics
[all...]
H A DSema.h8262 SuppressedDiagnosticsMap SuppressedDiagnostics; variable
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp3505 Pos = SuppressedDiagnostics.find(Specialization->getCanonicalDecl());
3506 if (Pos == SuppressedDiagnostics.end())
3507 SuppressedDiagnostics[Specialization->getCanonicalDecl()]
H A DSemaExpr.cpp216 auto Pos = SuppressedDiagnostics.find(D->getCanonicalDecl());
217 if (Pos != SuppressedDiagnostics.end()) {

Completed in 377 milliseconds