Searched refs:RegParmOffset (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DType.h2688 RegParmOffset = 6 }; // Assumed to be the last field enumerator in enum:clang::FunctionType::ExtInfo::__anon17548
2705 (hasRegParm ? ((regParm + 1) << RegParmOffset) : 0);
2718 bool getHasRegParm() const { return (Bits >> RegParmOffset) != 0; }
2720 unsigned RegParm = Bits >> RegParmOffset;
2754 ((RegParm + 1) << RegParmOffset));

Completed in 45 milliseconds