Searched defs:FnTypePtr (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/AST/ | ||
H A D | Expr.cpp | 1563 if (const auto *FnTypePtr = CalleeType->getAs<PointerType>()) { getCallReturnType() local |
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ | ||
H A D | SemaCodeComplete.cpp | 5617 if (const auto *FnTypePtr = Callee->getAs<PointerType>()) { getApproximateType() local |
H A D | SemaOverload.cpp | 11986 if (const PointerType *FnTypePtr = FnType->getAs<PointerType>()) { NoteSurrogateCandidate() local |