Searched refs:FunTy (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp2187 const FunctionType *FunTy = nullptr; local
2190 FunTy = PointeeTy->getAs<FunctionType>();
2191 if (!FunTy)
2192 FunTy = ExprTy->getAs<FunctionType>();
2195 dyn_cast_or_null<FunctionProtoType>(FunTy)) {
2197 ZeroArgCallReturnTy = FunTy->getReturnType();

Completed in 107 milliseconds