Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/Declaration.h

    r7ca84116 re149f77  
    164164        CompoundStmt *get_statements() const { return statements; }
    165165        void set_statements( CompoundStmt *newValue ) { statements = newValue; }
    166 
    167         static FunctionDecl * newFunction( const std::string & name, FunctionType * type, CompoundStmt * statements );
    168166
    169167        virtual FunctionDecl *clone() const override { return new FunctionDecl( *this ); }
Note: See TracChangeset for help on using the changeset viewer.