Home
last modified time | relevance | path

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

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