Changes in src/Parser/ParseNode.h [5d125e4:8e9cbb2]
- File:
-
- 1 edited
-
src/Parser/ParseNode.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/ParseNode.h
r5d125e4 r8e9cbb2 10 10 // Created On : Sat May 16 13:28:16 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Tue Jul 12 20:50:21201613 // Update Count : 26 112 // Last Modified On : Mon Jul 4 15:35:09 2016 13 // Update Count : 260 14 14 // 15 15 … … 367 367 static DeclarationNode *newForall( DeclarationNode *); 368 368 static DeclarationNode *newFromTypedef( std::string *); 369 static DeclarationNode *newAggregate( Aggregate kind, const std::string *name, ExpressionNode *actuals, DeclarationNode *fields , bool body);369 static DeclarationNode *newAggregate( Aggregate kind, const std::string *name, ExpressionNode *actuals, DeclarationNode *fields ); 370 370 static DeclarationNode *newEnum( std::string *name, DeclarationNode *constants ); 371 371 static DeclarationNode *newEnumConstant( std::string *name, ExpressionNode *constant );
Note:
See TracChangeset
for help on using the changeset viewer.