Searched defs:getASTCallingConvention (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h405 /// getASTCallingConvention() - Return the AST-specified calling
407 CallingConv getASTCallingConvention() const { function in class:clang::CodeGen::ABIArgInfo::CGFunctionInfo
430 getASTCallingConvention(),
447 ID.AddInteger(getASTCallingConvention());

Completed in 32 milliseconds