Home
last modified time | relevance | path

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

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