Searched refs:FunTy (Results 1 – 2 of 2) sorted by relevance
665 auto *FunTy = cast<FunctionType>(F->getValueType()); in checkAsyncContextProjectFunction() local666 if (!FunTy->getReturnType()->isPointerTy()) in checkAsyncContextProjectFunction()671 if (FunTy->getNumParams() != 1 || !FunTy->getParamType(0)->isPointerTy()) in checkAsyncContextProjectFunction()
2718 const FunctionType *FunTy = nullptr; in tryExprAsCall() local2721 FunTy = PointeeTy->getAs<FunctionType>(); in tryExprAsCall()2722 if (!FunTy) in tryExprAsCall()2723 FunTy = ExprTy->getAs<FunctionType>(); in tryExprAsCall()2725 if (const auto *FPT = dyn_cast_if_present<FunctionProtoType>(FunTy)) { in tryExprAsCall()2727 ZeroArgCallReturnTy = FunTy->getReturnType(); in tryExprAsCall()