Lines Matching defs:EnumValue
72 const unsigned EnumValue;
165 return this->EnumValue < RHS.EnumValue;
176 unsigned EnumValue;
307 return A.EnumValue < B.EnumValue;
311 return A.EnumValue == B.EnumValue;
318 // Bit mask of sub-classes including this, indexed by their EnumValue.
321 // first. This is the same as sorting by EnumValue.
348 unsigned EnumValue;
401 return SubClasses.test(RC->EnumValue);
442 // EnumValue.
446 // getSuperClasses - Returns a list of super classes ordered by EnumValue.
721 return Reg->EnumValue - 1;