Home | History | Annotate | Download | only in Sema

Lines Matching defs:ParamTypes

12448     ArrayRef<QualType> ParamTypes = Proto->getArgTypes();
12450 if (ParamTypes.empty() && Proto->isVariadic()) { // the special case
12462 ParamTypes = ArgTypes;
12464 DestType = S.Context.getFunctionType(DestType, ParamTypes,