Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DHeuristicResolver.cpp144 if (const auto *FnTypePtr = CalleeType->getAs<PointerType>()) in resolveTypeOfCallExpr() local
145 CalleeType = FnTypePtr->getPointeeType().getTypePtr(); in resolveTypeOfCallExpr()
/llvm-project-15.0.7/clang/lib/AST/
H A DExpr.cpp1496 if (const auto *FnTypePtr = CalleeType->getAs<PointerType>()) { in getCallReturnType() local
1497 CalleeType = FnTypePtr->getPointeeType(); in getCallReturnType()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCodeComplete.cpp5492 if (const auto *FnTypePtr = Callee->getAs<PointerType>()) { in getApproximateType() local
5493 Callee = FnTypePtr->getPointeeType(); in getApproximateType()
H A DSemaOverload.cpp11428 if (const PointerType *FnTypePtr = FnType->getAs<PointerType>()) { in NoteSurrogateCandidate() local
11429 FnType = FnTypePtr->getPointeeType(); in NoteSurrogateCandidate()