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

/external/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h583 unsigned getRegParm() const { return RegParm; } function in class:clang::CodeGen::ABIArgInfo::final
587 getHasRegParm(), getRegParm(),
652 ID.AddInteger(info.getRegParm());
/external/clang/include/clang/AST/
H A DType.h2951 unsigned getRegParm() const { function in class:clang::FunctionType::ExtInfo
3015 unsigned getRegParmType() const { return getExtInfo().getRegParm(); }

Completed in 308 milliseconds