/// methods in ObjCMethodDecl should be updated appropriately.
class ObjCMethodDeclBitfields {
friend class ObjCMethodDecl;
- /// For the bits in DeclContextBitfields.
- uint64_t : NumDeclContextBits;
/// This is needed for the bitwidth of Family below but
/// is defined in Basic/IdentifierTable.h which we do not include.
/// that these two ObjCMethodFamilyBitWidth are equal.
enum { ObjCMethodFamilyBitWidth = 4 };
+ /// For the bits in DeclContextBitfields.
+ uint64_t : NumDeclContextBits;
+
/// The conventional meaning of this method; an ObjCMethodFamily.
/// This is not serialized; instead, it is computed on demand and
/// cached.