Lines Matching defs:FTP
190 CanQual<FunctionProtoType> FTP) {
192 RequiredArgs Required = RequiredArgs::forPrototypePlus(FTP, prefix.size());
194 appendParameterTypes(CGT, prefix, paramInfos, FTP);
195 CanQualType resultType = FTP->getReturnType().getUnqualifiedType();
200 FTP->getExtInfo(), paramInfos, Required);
206 CodeGenTypes::arrangeFreeFunctionType(CanQual<FunctionProtoType> FTP) {
209 FTP);
280 const FunctionProtoType *FTP,
289 FTP->getCanonicalTypeUnqualified().getAs<FunctionProtoType>());
353 CanQual<FunctionProtoType> FTP = GetFormalType(MD);
357 appendParameterTypes(*this, argTypes, paramInfos, FTP);
375 FunctionType::ExtInfo extInfo = FTP->getExtInfo();
561 CanQual<FunctionProtoType> FTP = GetFormalType(MD);
564 FTP->getExtInfo(), {}, RequiredArgs(1));
572 CanQual<FunctionProtoType> FTP = GetFormalType(CD);
577 ArgTys.push_back(*FTP->param_type_begin());