Changes in src/SynTree/Declaration.h [367e082:f38c8d9]
- File:
-
- 1 edited
-
src/SynTree/Declaration.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/Declaration.h
r367e082 rf38c8d9 9 9 // Author : Richard C. Bilson 10 10 // Created On : Mon May 18 07:44:20 2015 11 // Last Modified By : Rob Schluntz12 // Last Modified On : Mon May 25 14:08:10201513 // Update Count : 611 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Thu May 21 23:43:43 2015 13 // Update Count : 3 14 14 // 15 15 … … 123 123 CompoundStmt *get_statements() const { return statements; } 124 124 void set_statements( CompoundStmt *newValue ) { statements = newValue; } 125 bool get_isInline() const { return isInline; }126 // void set_isInline( bool newValue ) { isInline = newValue; }125 bool get_isInline() const { return isInline; } 126 // void set_isInline( bool newValue ) { isInline = newValue; } 127 127 std::list< std::string >& get_oldIdents() { return oldIdents; } 128 128 std::list< Declaration* >& get_oldDecls() { return oldDecls; }
Note:
See TracChangeset
for help on using the changeset viewer.