Home | History | Annotate | Download | only in Sema

Lines Matching full:bitfield

1772     // bitfield.
4158 /// In this case the reference is binding to a bitfield lvalue, which isn't
4161 /// const int &r = someStruct.bitfield;
6422 FieldDecl *BitField = CurInit.get()->getSourceBitField();
6425 << (BitField ? BitField->getDeclName() : DeclarationName())
6426 << (BitField != nullptr)
6428 if (BitField)
6429 S.Diag(BitField->getLocation(), diag::note_bitfield_decl);