Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:ArgTypes

2962   SmallVector<QualType, 8> ArgTypes;
2967 ArgTypes.push_back(Context->getPointerType(getSuperStructType()));
2969 ArgTypes.push_back(Context->getObjCIdType());
2970 ArgTypes.push_back(Context->getObjCSelType());
2980 ArgTypes.push_back(t);
3005 getSimpleFunctionType(returnType, &ArgTypes[0], ArgTypes.size(),
3036 castType = getSimpleFunctionType(returnType, &ArgTypes[0], ArgTypes.size(),
3787 SmallVector<QualType, 8> ArgTypes;
3798 ArgTypes.push_back(t);
3805 FuncType = getSimpleFunctionType(Res, &ArgTypes[0], ArgTypes.size());
3857 SmallVector<QualType, 8> ArgTypes;
3860 ArgTypes.push_back(PtrBlock);
3868 ArgTypes.push_back(t);
3873 = getSimpleFunctionType(Exp->getType(), &ArgTypes[0], ArgTypes.size());