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.emplace_back(Loc, std::move(PD));
103 SuppressedDiagnostics.emplace_back(Loc, std::move(PD));
112 diag_iterator diag_begin() const { return SuppressedDiagnostics.begin(); }
116 diag_iterator diag_end() const { return SuppressedDiagnostics.end(); }
Sema.h     [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp     [all...]
SemaExpr.cpp 330 auto Pos = SuppressedDiagnostics.find(D->getCanonicalDecl());
331 if (Pos != SuppressedDiagnostics.end()) {
    [all...]

Completed in 356 milliseconds