Home | History | Annotate | Download | only in Sema

Lines Matching refs:Suppressed

311     // If there were any diagnostics suppressed by template argument deduction,
316 SmallVectorImpl<PartialDiagnosticAt> &Suppressed = Pos->second;
317 for (unsigned I = 0, N = Suppressed.size(); I != N; ++I)
318 Diag(Suppressed[I].first, Suppressed[I].second);
320 // Clear out the list of suppressed diagnostics, so that we don't emit
324 Suppressed.clear();
718 /// sometimes suppressed. For example, the array->pointer conversion doesn't
9888 /// suppressed in the event of macro expansions.