Home | History | Annotate | Download | only in Sema

Lines Matching defs:SuppressedDiagnostics

45   SmallVector<PartialDiagnosticAt, 4> SuppressedDiagnostics;
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.begin(); }
120 diag_iterator diag_end() const { return SuppressedDiagnostics.end(); }