Changeset 76f7fc7 for src/SynTree
- Timestamp:
- May 2, 2019, 1:57:05 PM (6 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 62ce290
- Parents:
- 3e96559
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/Declaration.h
r3e96559 r76f7fc7 9 9 // Author : Richard C. Bilson 10 10 // Created On : Mon May 18 07:44:20 2015 11 // Last Modified By : Peter A. Buhr12 // Last Modified On : Wed May 1 07:46:49201913 // Update Count : 13 411 // Last Modified By : Andrew Beach 12 // Last Modified On : Thr May 2 10:47:00 2019 13 // Update Count : 135 14 14 // 15 15 … … 167 167 CompoundStmt *get_statements() const { return statements; } 168 168 void set_statements( CompoundStmt *newValue ) { statements = newValue; } 169 bool has_body() const { return NULL != statements; } 169 170 170 171 static FunctionDecl * newFunction( const std::string & name, FunctionType * type, CompoundStmt * statements );
Note: See TracChangeset
for help on using the changeset viewer.