Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DHeuristicResolver.cpp330 if (const auto *FnTypePtr = CalleeType->getAs<PointerType>()) in resolveTypeOfCallExpr() local
331 CalleeType = FnTypePtr->getPointeeType(); in resolveTypeOfCallExpr()
H A DSemaCodeComplete.cpp5790 if (const auto *FnTypePtr = Callee->getAs<PointerType>()) { in getApproximateType() local
5791 Callee = FnTypePtr->getPointeeType(); in getApproximateType()
H A DSemaOverload.cpp12797 if (const PointerType *FnTypePtr = FnType->getAs<PointerType>()) { in NoteSurrogateCandidate() local
12798 FnType = FnTypePtr->getPointeeType(); in NoteSurrogateCandidate()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp1605 if (const auto *FnTypePtr = CalleeType->getAs<PointerType>()) { in getCallReturnType() local
1606 CalleeType = FnTypePtr->getPointeeType(); in getCallReturnType()