HomeSort by relevance Sort by last modified time
    Searched refs:Suppressed (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Frontend/
DiagnosticRenderer.cpp 335 bool Suppressed = (OnMacroInst >= MacroSkipStart &&
349 if (Suppressed) {
  /external/clang/lib/Sema/
SemaExpr.cpp 148 // If there were any diagnostics suppressed by template argument deduction,
153 SmallVectorImpl<PartialDiagnosticAt> &Suppressed = Pos->second;
154 for (unsigned I = 0, N = Suppressed.size(); I != N; ++I)
155 Diag(Suppressed[I].first, Suppressed[I].second);
157 // Clear out the list of suppressed diagnostics, so that we don't emit
161 Suppressed.clear();
437 /// sometimes suppressed. For example, the array->pointer conversion doesn't
    [all...]

Completed in 79 milliseconds