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;
81 SuppressedDiagnostics.push_back(std::make_pair(Loc, PD));
90 diag_iterator diag_begin() const { return SuppressedDiagnostics.begin(); }
94 diag_iterator diag_end() const { return SuppressedDiagnostics.end(); }
Sema.h     [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp     [all...]
SemaExpr.cpp 151 Pos = SuppressedDiagnostics.find(D->getCanonicalDecl());
152 if (Pos != SuppressedDiagnostics.end()) {
    [all...]

Completed in 300 milliseconds