Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h567 unsigned ASTCallingConvention : 6; variable
691 return CallingConv(ASTCallingConvention); in getASTCallingConvention()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp837 FI->ASTCallingConvention = info.getCC(); in create()