Lines Matching defs:FuncT
5086 const FunctionType *FuncT;
5090 FuncT = PT->getPointeeType()->getAs<FunctionType>();
5091 if (!FuncT)
5096 FuncT = BPT->getPointeeType()->castAs<FunctionType>();
5119 if (!FuncT->getReturnType()->isVoidType())
5131 if (CheckCallReturnType(FuncT->getReturnType(), Fn->getLocStart(), TheCall,
5136 TheCall->setType(FuncT->getCallResultType(Context));
5137 TheCall->setValueKind(Expr::getValueKindForType(FuncT->getReturnType()));
5139 const FunctionProtoType *Proto = dyn_cast<FunctionProtoType>(FuncT);
5145 assert(isa<FunctionNoProtoType>(FuncT) && "Unknown FunctionType!");