HomeSort by: relevance | last modified time | path
    Searched refs:SuppressedDiagnostics (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
TemplateDeduction.h 62 SmallVector<PartialDiagnosticAt, 4> SuppressedDiagnostics;
104 PD.first = SuppressedDiagnostics.front().first;
105 PD.second.swap(SuppressedDiagnostics.front().second);
111 SuppressedDiagnostics.clear();
118 return SuppressedDiagnostics.front();
144 SuppressedDiagnostics.clear();
145 SuppressedDiagnostics.emplace_back(Loc, std::move(PD));
154 SuppressedDiagnostics.emplace_back(Loc, std::move(PD));
162 diag_iterator diag_begin() const { return SuppressedDiagnostics.begin(); }
166 diag_iterator diag_end() const { return SuppressedDiagnostics.end();
    [all...]
Sema.h 8805 SuppressedDiagnosticsMap SuppressedDiagnostics;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateDeduction.cpp 3703 Pos = SuppressedDiagnostics.find(Specialization->getCanonicalDecl());
3704 if (Pos == SuppressedDiagnostics.end())
3705 SuppressedDiagnostics[Specialization->getCanonicalDecl()]
SemaExpr.cpp 220 auto Pos = SuppressedDiagnostics.find(D->getCanonicalDecl());
221 if (Pos != SuppressedDiagnostics.end()) {

Completed in 111 milliseconds