Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:ArgTypes

355                                         SmallVectorImpl<QualType> &ArgTypes,
2592 SmallVectorImpl<QualType> &ArgTypes,
2604 QualType castType = getSimpleFunctionType(returnType, ArgTypes,
2916 SmallVector<QualType, 8> ArgTypes;
2921 ArgTypes.push_back(Context->getPointerType(getSuperStructType()));
2923 ArgTypes.push_back(Context->getObjCIdType());
2924 ArgTypes.push_back(Context->getObjCSelType());
2933 ArgTypes.push_back(t);
2960 getSimpleFunctionType(returnType, ArgTypes, MD ? MD->isVariadic() : true);
2980 ArgTypes, MsgExprs,
3709 SmallVector<QualType, 8> ArgTypes;
3719 ArgTypes.push_back(t);
3726 FuncType = getSimpleFunctionType(Res, ArgTypes);
3778 SmallVector<QualType, 8> ArgTypes;
3781 ArgTypes.push_back(PtrBlock);
3788 ArgTypes.push_back(t);
3792 QualType PtrToFuncCastType = getSimpleFunctionType(Exp->getType(), ArgTypes);