Lines Matching defs:FuncT
6810 const FunctionType *FuncT = nullptr;
6816 FuncT = PT->getPointeeType()->getAs<FunctionType>();
6817 if (!FuncT)
6822 FuncT = BPT->getPointeeType()->castAs<FunctionType>();
6841 const auto *Proto = dyn_cast_or_null<FunctionProtoType>(FuncT);
6907 if (!FuncT->getReturnType()->isVoidType() &&
6908 !FuncT->getReturnType()->getAs<AutoType>() &&
6909 !FuncT->getReturnType()->isInstantiationDependentType())
6921 if (CheckCallReturnType(FuncT->getReturnType(), Fn->getBeginLoc(), TheCall,
6926 TheCall->setType(FuncT->getCallResultType(Context));
6927 TheCall->setValueKind(Expr::getValueKindForType(FuncT->getReturnType()));
6944 assert(isa<FunctionNoProtoType>(FuncT) && "Unknown FunctionType!");
7022 if (FuncT != nullptr && FuncT->getCmseNSCallAttr()) {