Home | History | Annotate | Download | only in Sema

Lines Matching full:bitfield

3578 /// In this case the reference is binding to a bitfield lvalue, which isn't
3581 /// const int &r = someStruct.bitfield;
5643 FieldDecl *BitField = CurInit.get()->getSourceBitField();
5646 << (BitField ? BitField->getDeclName() : DeclarationName())
5647 << (BitField != NULL)
5649 if (BitField)
5650 S.Diag(BitField->getLocation(), diag::note_bitfield_decl);