Changes in src/Parser/ParseNode.h [2871210:de62360d]
- File:
-
- 1 edited
-
src/Parser/ParseNode.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/ParseNode.h
r2871210 rde62360d 10 10 // Created On : Sat May 16 13:28:16 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Thu Jul 2 17:57:05201513 // Update Count : 8 412 // Last Modified On : Wed Jun 24 14:09:51 2015 13 // Update Count : 81 14 14 // 15 15 … … 287 287 static DeclarationNode *newForall( DeclarationNode *); 288 288 static DeclarationNode *newFromTypedef( std::string *); 289 static DeclarationNode *newAggregate( Aggregate kind, const std::string *name, ExpressionNode *actuals, DeclarationNode *fields );289 static DeclarationNode *newAggregate( Aggregate kind, std::string *name, DeclarationNode *formals, ExpressionNode *actuals, DeclarationNode *fields ); 290 290 static DeclarationNode *newEnum( std::string *name, DeclarationNode *constants ); 291 291 static DeclarationNode *newEnumConstant( std::string *name, ExpressionNode *constant );
Note:
See TracChangeset
for help on using the changeset viewer.