Searched defs:SuppressedDiagnostics (Results 1 - 2 of 2) 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.push_back(
96 SuppressedDiagnostics.back().second.swap(PD);
105 SuppressedDiagnostics.push_back(
107 SuppressedDiagnostics.back().second.swap(PD);
116 diag_iterator diag_begin() const { return SuppressedDiagnostics
[all...]
H A DSema.h6301 SuppressedDiagnosticsMap SuppressedDiagnostics; member in class:clang::Sema

Completed in 2923 milliseconds