Home | History | Annotate | Download | only in AST

Lines Matching defs:ArgType

1647     QualType ArgType = Importer.Import(A);
1648 if (ArgType.isNull())
1650 ArgTypes.push_back(ArgType);