Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaExprCXX.cpp6678 if (auto *FPT2 = Composite2->getAs<FunctionProtoType>()) { in FindCompositePointerType() local
6680 FunctionProtoType::ExtProtoInfo EPI2 = FPT2->getExtProtoInfo(); in FindCompositePointerType()
6696 Composite2 = Context.getFunctionType(FPT2->getReturnType(), in FindCompositePointerType()
6697 FPT2->getParamTypes(), EPI2); in FindCompositePointerType()