Home
last modified time | relevance | path

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

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