Searched defs:SuppressedDiagnostics (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Sema/
H A DTemplateDeduction.h47 SmallVector<PartialDiagnosticAt, 4> SuppressedDiagnostics; member in class:clang::sema::TemplateDeductionInfo
77 PD.first = SuppressedDiagnostics.front().first;
78 PD.second.swap(SuppressedDiagnostics.front().second);
79 SuppressedDiagnostics.clear();
100 SuppressedDiagnostics.clear();
101 SuppressedDiagnostics.push_back(
103 SuppressedDiagnostics.back().second.swap(PD);
112 SuppressedDiagnostics.push_back(
114 SuppressedDiagnostics.back().second.swap(PD);
123 diag_iterator diag_begin() const { return SuppressedDiagnostics
[all...]
H A DSema.h5622 SuppressedDiagnostics; member in class:clang::Sema

Completed in 52 milliseconds