Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h562 unsigned ASTCallingConvention : 6; variable
683 return CallingConv(ASTCallingConvention); in getASTCallingConvention()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGCall.cpp828 FI->ASTCallingConvention = info.getCC(); in create()