Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h682 CallingConv getASTCallingConvention() const { in getASTCallingConvention() function
704 getASTCallingConvention(), isReturnsRetained(), in getExtInfo()
749 ID.AddInteger(getASTCallingConvention()); in Profile()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGStmt.cpp1275 (CurFnInfo->getASTCallingConvention() == CallingConv::CC_SwiftAsync)) { in makeTailCallIfSwiftAsync()