Searched refs:FPT1 (Results 1 – 1 of 1) sorted by relevance
7398 if (auto *FPT1 = Composite1->getAs<FunctionProtoType>()) { in FindCompositePointerType() local7400 FunctionProtoType::ExtProtoInfo EPI1 = FPT1->getExtProtoInfo(); in FindCompositePointerType()7415 Composite1 = Context.getFunctionType(FPT1->getReturnType(), in FindCompositePointerType()7416 FPT1->getParamTypes(), EPI1); in FindCompositePointerType()