HomeSort by relevance Sort by last modified time
    Searched refs:SuppressedDiagnostics (Results 1 - 4 of 4) 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...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp     [all...]
SemaExpr.cpp 269 Pos = SuppressedDiagnostics.find(D->getCanonicalDecl());
270 if (Pos != SuppressedDiagnostics.end()) {
    [all...]

Completed in 72 milliseconds