Home
last modified time | relevance | path

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

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