Home | History | Annotate | Download | only in AST

Lines Matching defs:DD

1492   DependentDiagnostic *DD = new (C) DependentDiagnostic(PDiag, DiagStorage);
1495 DD->NextDiagnostic = Map->FirstDiagnostic;
1496 Map->FirstDiagnostic = DD;
1498 return DD;