Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:FTP

180                         CanQual<FunctionProtoType> FTP) {
182 RequiredArgs Required = RequiredArgs::forPrototypePlus(FTP, prefix.size());
184 appendParameterTypes(CGT, prefix, paramInfos, FTP);
185 CanQualType resultType = FTP->getReturnType().getUnqualifiedType();
189 FTP->getExtInfo(), paramInfos,
196 CodeGenTypes::arrangeFreeFunctionType(CanQual<FunctionProtoType> FTP) {
199 FTP);
255 const FunctionProtoType *FTP,
264 FTP->getCanonicalTypeUnqualified().getAs<FunctionProtoType>());
325 CanQual<FunctionProtoType> FTP = GetFormalType(MD);
329 appendParameterTypes(*this, argTypes, paramInfos, FTP);
347 FunctionType::ExtInfo extInfo = FTP->getExtInfo();
535 CanQual<FunctionProtoType> FTP = GetFormalType(MD);
539 FTP->getExtInfo(), {}, RequiredArgs(1));
547 CanQual<FunctionProtoType> FTP = GetFormalType(CD);
552 ArgTys.push_back(*FTP->param_type_begin());