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

/external/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h425 unsigned getRegParm() const { return RegParm; } function in class:clang::CodeGen::ABIArgInfo::CGFunctionInfo
429 getHasRegParm(), getRegParm(),
469 ID.AddInteger(info.getRegParm());
/external/clang/include/clang/AST/
H A DType.h2719 unsigned getRegParm() const { function in class:clang::FunctionType::ExtInfo
2784 unsigned getRegParmType() const { return getExtInfo().getRegParm(); }

Completed in 92 milliseconds