Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:FTP

126                         CanQual<FunctionProtoType> FTP,
128 RequiredArgs required = RequiredArgs::forPrototypePlus(FTP, prefix.size());
130 appendParameterTypes(CGT, prefix, FTP, FD);
131 CanQualType resultType = FTP->getReturnType().getUnqualifiedType();
134 FTP->getExtInfo(), required);
140 CodeGenTypes::arrangeFreeFunctionType(CanQual<FunctionProtoType> FTP,
144 FTP, FD);
187 const FunctionProtoType *FTP,
199 FTP->getCanonicalTypeUnqualified().getAs<FunctionProtoType>(), MD);
237 CanQual<FunctionProtoType> FTP = GetFormalType(MD);
240 appendParameterTypes(*this, argTypes, FTP, MD);
247 FunctionType::ExtInfo extInfo = FTP->getExtInfo();
373 CanQual<FunctionProtoType> FTP = GetFormalType(MD);
377 FTP->getExtInfo(), RequiredArgs(1));
385 CanQual<FunctionProtoType> FTP = GetFormalType(CD);
390 ArgTys.push_back(*FTP->param_type_begin());