~eda-qa/leaflang/misc

« back to all changes in this revision

Viewing changes to include/lang/dump.hpp

  • Committer: edA-qa mort-ora-y
  • Date: 2017-07-29 08:27:14 UTC
  • Revision ID: eda-qa@disemia.com-20170729082714-1tzw9assx4rzh816
prep for error_statement change

Show diffs side-by-side

added added

removed removed

Lines of Context:
171
171
        void dump_declaration( declaration const * vd, unsigned flags = 0 );
172
172
        void dump_var_statement( var_statement const * vs );
173
173
        
174
 
        void dump_error_statement( error_statement const & ds );
 
174
        void dump_error_statement_base( error_statement_base const & ds );
175
175
        
176
176
        enum expr_flags_t {
177
177
                //expression is being written on it's own (not a sub-expression)