Searched defs:FnTypePtr (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang-tools-extra/clangd/ | ||
H A D | HeuristicResolver.cpp |
|
/llvm-project/clang/lib/AST/ | ||
H A D | Expr.cpp | 1593 if (const auto *FnTypePtr = CalleeType->getAs<PointerType>()) { getCallReturnType() local |
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaCodeComplete.cpp | 5632 if (const auto *FnTypePtr = Callee->getAs<PointerType>()) { getApproximateType() local |
H A D | SemaOverload.cpp | 12107 if (const PointerType *FnTypePtr = FnType->getAs<PointerType>()) { NoteSurrogateCandidate() local |