Searched refs:calleeType (Results 1 – 3 of 3) sorted by relevance
253 const FunctionProtoType *calleeType, in emitNewDeleteCall() argument260 cgf.emitCall(cgf.cgm.getTypes().arrangeFreeFunctionCall(args, calleeType), in emitNewDeleteCall()
1586 const FunctionType *calleeType = nullptr; in isSwiftAsyncCallee() local1591 calleeType = calleeQualType->getPointeeType()->castAs<FunctionType>(); in isSwiftAsyncCallee()1593 calleeType = ty; in isSwiftAsyncCallee()1597 calleeType = methodDecl->getType()->castAs<FunctionType>(); in isSwiftAsyncCallee()1604 return calleeType->getCallConv() == CallingConv::CC_SwiftAsync; in isSwiftAsyncCallee()
2804 QualType calleeType = C->getCallee()->getType(); in VisitCallExpr() local2805 if (calleeType == Context->BoundMemberTy) { in VisitCallExpr()2810 if (!boundType.isNull()) calleeType = boundType; in VisitCallExpr()2814 bool NoReturn = getFunctionExtInfo(*calleeType).getNoReturn(); in VisitCallExpr()