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

  /external/clang/lib/Frontend/
DiagnosticRenderer.cpp 435 bool Suppressed = (OnMacroInst >= MacroSkipStart &&
438 if (Suppressed) {
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp 266 // If there were any diagnostics suppressed by template argument deduction,
271 SmallVectorImpl<PartialDiagnosticAt> &Suppressed = Pos->second;
272 for (unsigned I = 0, N = Suppressed.size(); I != N; ++I)
273 Diag(Suppressed[I].first, Suppressed[I].second);
275 // Clear out the list of suppressed diagnostics, so that we don't emit
279 Suppressed.clear();
670 /// sometimes suppressed. For example, the array->pointer conversion doesn't
    [all...]

Completed in 37 milliseconds