Home | History | Annotate | Download | only in Frontend

Lines Matching defs:ArgTypes

364                                         SmallVectorImpl<QualType> &ArgTypes,
2600 SmallVectorImpl<QualType> &ArgTypes,
2612 QualType castType = getSimpleFunctionType(returnType, ArgTypes,
2936 SmallVector<QualType, 8> ArgTypes;
2941 ArgTypes.push_back(Context->getPointerType(getSuperStructType()));
2943 ArgTypes.push_back(Context->getObjCIdType());
2944 ArgTypes.push_back(Context->getObjCSelType());
2953 ArgTypes.push_back(t);
2980 getSimpleFunctionType(returnType, ArgTypes, MD ? MD->isVariadic() : true);
3000 ArgTypes, MsgExprs,
3740 SmallVector<QualType, 8> ArgTypes;
3750 ArgTypes.push_back(t);
3757 FuncType = getSimpleFunctionType(Res, ArgTypes);
3809 SmallVector<QualType, 8> ArgTypes;
3812 ArgTypes.push_back(PtrBlock);
3819 ArgTypes.push_back(t);
3823 QualType PtrToFuncCastType = getSimpleFunctionType(Exp->getType(), ArgTypes);