Lines Matching full:bitfield
4719 /// \brief Whether this is a promotable bitfield reference according4752 // FIXME: C does not permit promotion of a 'long : 3' bitfield to int.5561 assert(FD->isBitField() && "not a bitfield - getObjCEncodingForTypeImpl");5566 // bitfield, then the size in bits. For example, in this structure: