Searched refs:calleeType (Results 1 – 2 of 2) sorted by relevance
1443 const FunctionType *calleeType = nullptr; in isSwiftAsyncCallee() local1448 calleeType = calleeQualType->getPointeeType()->castAs<FunctionType>(); in isSwiftAsyncCallee()1450 calleeType = ty; in isSwiftAsyncCallee()1454 calleeType = methodDecl->getType()->castAs<FunctionType>(); in isSwiftAsyncCallee()1461 return calleeType->getCallConv() == CallingConv::CC_SwiftAsync; in isSwiftAsyncCallee()
2696 QualType calleeType = C->getCallee()->getType(); in VisitCallExpr() local2697 if (calleeType == Context->BoundMemberTy) { in VisitCallExpr()2702 if (!boundType.isNull()) calleeType = boundType; in VisitCallExpr()2706 bool NoReturn = getFunctionExtInfo(*calleeType).getNoReturn(); in VisitCallExpr()