Home | History | Annotate | Download | only in AST

Lines Matching defs:ArgType

1587     QualType ArgType = Importer.Import(*A);
1588 if (ArgType.isNull())
1590 ArgTypes.push_back(ArgType);