Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DFindTarget.cpp210 if (const auto *FnTypePtr = CalleeType->getAs<PointerType>()) in resolveExprToDecls() local
211 CalleeType = FnTypePtr->getPointeeType().getTypePtr(); in resolveExprToDecls()
/external/clang/lib/AST/
DExpr.cpp1275 if (const auto *FnTypePtr = CalleeType->getAs<PointerType>()) { in getCallReturnType() local
1276 CalleeType = FnTypePtr->getPointeeType(); in getCallReturnType()
/external/llvm-project/clang/lib/AST/
DExpr.cpp1385 if (const auto *FnTypePtr = CalleeType->getAs<PointerType>()) { in getCallReturnType() local
1386 CalleeType = FnTypePtr->getPointeeType(); in getCallReturnType()
/external/clang/lib/Sema/
DSemaOverload.cpp9775 if (const PointerType *FnTypePtr = FnType->getAs<PointerType>()) { in NoteSurrogateCandidate() local
9776 FnType = FnTypePtr->getPointeeType(); in NoteSurrogateCandidate()
/external/llvm-project/clang/lib/Sema/
DSemaOverload.cpp11259 if (const PointerType *FnTypePtr = FnType->getAs<PointerType>()) { in NoteSurrogateCandidate() local
11260 FnType = FnTypePtr->getPointeeType(); in NoteSurrogateCandidate()