Home
last modified time | relevance | path

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

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