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 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...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp     [all...]
SemaExpr.cpp 276 Pos = SuppressedDiagnostics.find(D->getCanonicalDecl());
277 if (Pos != SuppressedDiagnostics.end()) {
    [all...]

Completed in 47 milliseconds