HomeSort by relevance Sort by last modified time
    Searched defs:SuppressedDiagnostics (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Sema/
TemplateDeduction.h 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();
    [all...]
Sema.h     [all...]

Completed in 121 milliseconds