Home
last modified time | relevance | path

Searched refs:FPT2 (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprCXX.cpp7038 if (auto *FPT2 = Composite2->getAs<FunctionProtoType>()) { in FindCompositePointerType() local
7040 FunctionProtoType::ExtProtoInfo EPI2 = FPT2->getExtProtoInfo(); in FindCompositePointerType()
7056 Composite2 = Context.getFunctionType(FPT2->getReturnType(), in FindCompositePointerType()
7057 FPT2->getParamTypes(), EPI2); in FindCompositePointerType()