Home | History | Annotate | Download | only in Sema

Lines Matching full:diags

188   SmallVector<PartialDiagnosticAt, 8> Diags;
191 Diags)) {
193 for (int I = 0, N = Diags.size(); I != N; ++I)
194 S.Diag(Diags[I].first, Diags[I].second);
4610 } else if (Diags.hasErrorOccurred()) {