Changes in src/Parser/ParseNode.h [7cf8006:82ff4ed1]
- File:
-
- 1 edited
-
src/Parser/ParseNode.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/ParseNode.h
r7cf8006 r82ff4ed1 10 10 // Created On : Sat May 16 13:28:16 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Wed Nov 2 21:27:07202213 // Update Count : 93 912 // Last Modified On : Tue Oct 18 16:22:15 2022 13 // Update Count : 937 14 14 // 15 15 … … 168 168 Ctor, Dtor, 169 169 }; // OperKinds 170 171 enum class EnumHiding { Visible, Hide };172 170 173 171 struct LabelNode { … … 242 240 static DeclarationNode * newEnumConstant( const std::string * name, ExpressionNode * constant ); 243 241 static DeclarationNode * newEnumValueGeneric( const std::string * name, InitializerNode * init ); 244 static DeclarationNode * newEnumInLine( const std::string name );245 242 static DeclarationNode * newName( const std::string * ); 246 243 static DeclarationNode * newFromTypeGen( const std::string *, ExpressionNode * params ); … … 342 339 343 340 bool inLine = false; 344 bool enumInLine = false;345 341 Type::FuncSpecifiers funcSpecs; 346 342 Type::StorageClasses storageClasses;
Note:
See TracChangeset
for help on using the changeset viewer.