Searched refs:CC_SwiftAsync (Results 1 – 17 of 17) sorted by relevance
291 CC_SwiftAsync, // __attribute__((swiftasynccall)) enumerator315 case CC_SwiftAsync: in supportsVariadicCall()
120 PP.getTargetInfo().checkCallingConvention(CC_SwiftAsync) ==
203 case CC_SwiftAsync: in checkCallingConvention()
163 case CC_SwiftAsync: in checkCallingConvention()
402 case CC_SwiftAsync: in checkCallingConvention()761 case CC_SwiftAsync: in checkCallingConvention()848 case CC_SwiftAsync: in checkCallingConvention()
522 case CC_SwiftAsync: in checkCallingConvention()
1331 case CC_SwiftAsync: in checkCallingConvention()1411 case CC_SwiftAsync: in checkCallingConvention()
1237 case CC_SwiftAsync: in checkCallingConvention()1596 case CC_SwiftAsync: in checkCallingConvention()
1461 return calleeType->getCallConv() == CallingConv::CC_SwiftAsync; in isSwiftAsyncCallee()1506 CurFnInfo->getASTCallingConvention() == CallingConv::CC_SwiftAsync) { in EmitReturnStmt()
74 case CC_SwiftAsync: return llvm::CallingConv::SwiftTail; in ClangCallConvToLLVMCallConv()805 } else if (info.getCC() == CC_Swift || info.getCC() == CC_SwiftAsync) { in arrangeLLVMFunctionInfo()4423 if (ExplicitCC == CC_Swift || ExplicitCC == CC_SwiftAsync) in hasInAllocaArgs()
1543 case CC_SwiftAsync: in getDwarfCC()
1099 case CC_SwiftAsync: in printFunctionAfter()
3048 case CC_SwiftAsync: in mangleCallingConvention()
3505 case CC_SwiftAsync: return "swiftasynccall"; in getNameForCallConv()
3476 case CC_SwiftAsync: in getCallingConvQualifierName()
4900 CC = CC_SwiftAsync; in CheckCallingConvAttr()
2555 : (actualCC == CC_Swift || actualCC == CC_SwiftAsync); in checkExtParameterInfos()