Changes in src/SynTree/Declaration.h [69c5c00:427854b]
- File:
-
- 1 edited
-
src/SynTree/Declaration.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/Declaration.h
r69c5c00 r427854b 306 306 bool is_thread () { return kind == Thread ; } 307 307 308 // Make a type instance of this declaration.309 StructInstType * makeInst( std::list< Expression * > const & parameters );310 StructInstType * makeInst( std::list< Expression * > && parameters );311 312 308 virtual StructDecl * clone() const override { return new StructDecl( *this ); } 313 309 virtual void accept( Visitor & v ) override { v.visit( this ); }
Note:
See TracChangeset
for help on using the changeset viewer.