Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h562 unsigned ASTCallingConvention : 6; variable
680 return CallingConv(ASTCallingConvention); in getASTCallingConvention()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCall.cpp818 FI->ASTCallingConvention = info.getCC(); in create()