Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDExpr.cpp1593 if (const auto *FnTypePtr = CalleeType->getAs<PointerType>()) { in getCallReturnType() local
1594 CalleeType = FnTypePtr->getPointeeType(); in getCallReturnType()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaCodeComplete.cpp5632 if (const auto *FnTypePtr = Callee->getAs<PointerType>()) { in getApproximateType() local
5633 Callee = FnTypePtr->getPointeeType(); in getApproximateType()
HDSemaOverload.cpp12083 if (const PointerType *FnTypePtr = FnType->getAs<PointerType>()) { in NoteSurrogateCandidate() local
12084 FnType = FnTypePtr->getPointeeType(); in NoteSurrogateCandidate()