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

/external/clang/include/clang/Sema/
H A DTemplateDeduction.h45 SmallVector<PartialDiagnosticAt, 4> SuppressedDiagnostics; member in class:clang::sema::TemplateDeductionInfo
71 PD.first = SuppressedDiagnostics.front().first;
72 PD.second.swap(SuppressedDiagnostics.front().second);
73 SuppressedDiagnostics.clear();
93 SuppressedDiagnostics.clear();
94 SuppressedDiagnostics.emplace_back(Loc, std::move(PD));
103 SuppressedDiagnostics.emplace_back(Loc, std::move(PD));
112 diag_iterator diag_begin() const { return SuppressedDiagnostics.begin(); }
116 diag_iterator diag_end() const { return SuppressedDiagnostics.end(); }
H A DSema.h6406 SuppressedDiagnosticsMap SuppressedDiagnostics; member in class:clang::Sema
/external/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp2959 Pos = SuppressedDiagnostics.find(Specialization->getCanonicalDecl());
2960 if (Pos == SuppressedDiagnostics.end())
2961 SuppressedDiagnostics[Specialization->getCanonicalDecl()]
H A DSemaExpr.cpp314 Pos = SuppressedDiagnostics.find(D->getCanonicalDecl());
315 if (Pos != SuppressedDiagnostics.end()) {

Completed in 774 milliseconds