Changes in src/Parser/DeclarationNode.h [d9bad51:e048ece]
- File:
-
- 1 edited
-
src/Parser/DeclarationNode.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/DeclarationNode.h
rd9bad51 re048ece 30 30 static DeclarationNode * newEnumConstant( const std::string * name, ExpressionNode * constant ); 31 31 static DeclarationNode * newEnumValueGeneric( const std::string * name, InitializerNode * init ); 32 static DeclarationNode * newEnumInLine( const std::string *name );32 static DeclarationNode * newEnumInLine( const std::string name ); 33 33 static DeclarationNode * newName( const std::string * ); 34 34 static DeclarationNode * newTypeParam( ast::TypeDecl::Kind, const std::string * ); … … 99 99 100 100 struct Variable_t { 101 // const std::string * name; 101 102 ast::TypeDecl::Kind tyClass; 102 103 DeclarationNode * assertions;
Note:
See TracChangeset
for help on using the changeset viewer.