Changeset f38c8d9 for src/SynTree
- Timestamp:
- May 24, 2015, 8:49:30 PM (10 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, 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:
- 1f2061de
- Parents:
- 79551331
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/SynTree/Declaration.h ¶
r79551331 rf38c8d9 10 10 // Created On : Mon May 18 07:44:20 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Mon May 18 08:46:25201513 // Update Count : 212 // 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; }125 bool get_isInline() const { return isInline; } 126 126 // void set_isInline( bool newValue ) { isInline = newValue; } 127 127 std::list< std::string >& get_oldIdents() { return oldIdents; }
Note: See TracChangeset
for help on using the changeset viewer.