Changeset 7c64920 for src/SynTree/Declaration.h
- Timestamp:
- May 25, 2015, 1:57:22 PM (8 years ago)
- Branches:
- aaron-thesis, arm-eh, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, string, with_gc
- Children:
- 53a2e97
- Parents:
- 5887db27
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/Declaration.h
r5887db27 r7c64920 9 9 // Author : Richard C. Bilson 10 10 // Created On : Mon May 18 07:44:20 2015 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Thu May 21 23:43:43 2015 13 // Update Count : 3 11 <<<<<<< Updated upstream 12 // Last Modified By : Rob Schluntz 13 // Last Modified On : Mon May 25 13:54:32 2015 14 ======= 15 // Last Modified By : Rob Schluntz 16 // Last Modified On : Thu May 21 16:27:31 2015 17 >>>>>>> Stashed changes 18 // Update Count : 5 14 19 // 15 20 … … 123 128 CompoundStmt *get_statements() const { return statements; } 124 129 void set_statements( CompoundStmt *newValue ) { statements = newValue; } 125 126 // 130 bool get_isInline() const { return isInline; } 131 // void set_isInline( bool newValue ) { isInline = newValue; } 127 132 std::list< std::string >& get_oldIdents() { return oldIdents; } 128 133 std::list< Declaration* >& get_oldDecls() { return oldDecls; }
Note: See TracChangeset
for help on using the changeset viewer.