C++ headers: Add 3 Declaration bitfield setters/getters required by LDC

This commit is contained in:
Martin Kinkelin 2025-03-17 14:31:32 +01:00 committed by The Dlang Bot
parent 7f22e651ed
commit fde0f8c40a

View file

@ -128,6 +128,10 @@ public:
short inuse; // used to detect cycles
uint8_t bitFields;
LINK _linkage() const;
LINK _linkage(LINK v);
bool noUnderscore() const;
const char *kind() const override;
uinteger_t size(Loc loc) override final;