Changes in src/SynTree/Declaration.h [09ab71a:712348a]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/Declaration.h
r09ab71a r712348a 286 286 AggregateDecl * set_body( bool body ) { AggregateDecl::body = body; return this; } 287 287 288 virtual void print( std::ostream &os, Indenter indent = {} ) const override final;288 virtual void print( std::ostream &os, Indenter indent = {} ) const override; 289 289 virtual void printShort( std::ostream &os, Indenter indent = {} ) const override; 290 290 protected:
Note:
See TracChangeset
for help on using the changeset viewer.