Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp6414 if (auto *FPT1 = Composite1->getAs<FunctionProtoType>()) { in FindCompositePointerType() local
6416 FunctionProtoType::ExtProtoInfo EPI1 = FPT1->getExtProtoInfo(); in FindCompositePointerType()
6436 Composite1 = Context.getFunctionType(FPT1->getReturnType(), in FindCompositePointerType()
6437 FPT1->getParamTypes(), EPI1); in FindCompositePointerType()