Changeset 956b389 for src/AST/Decl.hpp


Ignore:
Timestamp:
Nov 23, 2024, 9:30:08 PM (3 weeks ago)
Author:
JiadaL <j82liang@…>
Branches:
master
Children:
3e2e9b2
Parents:
10a9479d
Message:

add isMember to DeclWithType?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Decl.hpp

    r10a9479d r956b389  
    7474        bool isTypeFixed = false;
    7575        bool isHidden = false;
     76        bool isMember = false;
    7677
    7778        DeclWithType( const CodeLocation& loc, const std::string& name, Storage::Classes storage,
Note: See TracChangeset for help on using the changeset viewer.