mirror of
https://github.com/dlang/dmd.git
synced 2025-05-01 23:50:22 +03:00
C++ headers: Add 3 Declaration bitfield setters/getters required by LDC
This commit is contained in:
parent
7f22e651ed
commit
fde0f8c40a
1 changed files with 4 additions and 0 deletions
|
@ -128,6 +128,10 @@ public:
|
||||||
short inuse; // used to detect cycles
|
short inuse; // used to detect cycles
|
||||||
uint8_t bitFields;
|
uint8_t bitFields;
|
||||||
|
|
||||||
|
LINK _linkage() const;
|
||||||
|
LINK _linkage(LINK v);
|
||||||
|
bool noUnderscore() const;
|
||||||
|
|
||||||
const char *kind() const override;
|
const char *kind() const override;
|
||||||
uinteger_t size(Loc loc) override final;
|
uinteger_t size(Loc loc) override final;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue