Home | History | Annotate | Download | only in AST

Lines Matching refs:DiagStorage

1294   PartialDiagnostic::Storage *DiagStorage = 0;
1296 DiagStorage = new (C) PartialDiagnostic::Storage;
1298 DependentDiagnostic *DD = new (C) DependentDiagnostic(PDiag, DiagStorage);