HomeSort by relevance Sort by last modified time
    Searched defs:SuppressedDiagnostics (Results 1 - 2 of 2) 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...]

Completed in 36 milliseconds