Home | History | Annotate | Download | only in AST

Lines Matching refs:PartialDiagnostic

304     PartialDiagnostic *Diag;
307 explicit OptionalDiagnostic(PartialDiagnostic *Diag = 0) : Diag(Diag) {}
439 PartialDiagnostic &addDiag(SourceLocation Loc, diag::kind DiagId) {
440 PartialDiagnostic PD(DiagId, Ctx.getDiagAllocator());