Home
last modified time | relevance | path

Searched refs:getASTCallingConvention (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h690 CallingConv getASTCallingConvention() const { in getASTCallingConvention() function
712 getASTCallingConvention(), isReturnsRetained(), in getExtInfo()
757 ID.AddInteger(getASTCallingConvention()); in Profile()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp1294 (CurFnInfo->getASTCallingConvention() == CallingConv::CC_SwiftAsync)) { in makeTailCallIfSwiftAsync()