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 44 SmallVector<PartialDiagnosticAt, 4> SuppressedDiagnostics;
69 PD.first = SuppressedDiagnostics.front().first;
70 PD.second.swap(SuppressedDiagnostics.front().second);
71 SuppressedDiagnostics.clear();
91 SuppressedDiagnostics.clear();
92 SuppressedDiagnostics.push_back(
94 SuppressedDiagnostics.back().second.swap(PD);
103 SuppressedDiagnostics.push_back(
105 SuppressedDiagnostics.back().second.swap(PD);
114 diag_iterator diag_begin() const { return SuppressedDiagnostics.begin();
    [all...]
Sema.h     [all...]

Completed in 35 milliseconds