Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp1563 if (const auto *FnTypePtr = CalleeType->getAs<PointerType>()) { in getCallReturnType() local
1564 CalleeType = FnTypePtr->getPointeeType(); in getCallReturnType()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp5617 if (const auto *FnTypePtr = Callee->getAs<PointerType>()) { in getApproximateType() local
5618 Callee = FnTypePtr->getPointeeType(); in getApproximateType()
H A DSemaOverload.cpp11986 if (const PointerType *FnTypePtr = FnType->getAs<PointerType>()) { in NoteSurrogateCandidate() local
11987 FnType = FnTypePtr->getPointeeType(); in NoteSurrogateCandidate()