Home
last modified time | relevance | path

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

/external/clang/include/clang/CodeGen/
DCGFunctionInfo.h464 unsigned ASTCallingConvention : 8; variable
566 return CallingConv(ASTCallingConvention); in getASTCallingConvention()
/external/clang/lib/CodeGen/
DCGCall.cpp744 FI->ASTCallingConvention = info.getCC(); in create()