Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/ParseNode.h

    r7cf8006 r82ff4ed1  
    1010// Created On       : Sat May 16 13:28:16 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Wed Nov  2 21:27:07 2022
    13 // Update Count     : 939
     12// Last Modified On : Tue Oct 18 16:22:15 2022
     13// Update Count     : 937
    1414//
    1515
     
    168168        Ctor, Dtor,
    169169}; // OperKinds
    170 
    171 enum class EnumHiding { Visible, Hide };
    172170
    173171struct LabelNode {
     
    242240        static DeclarationNode * newEnumConstant( const std::string * name, ExpressionNode * constant );
    243241        static DeclarationNode * newEnumValueGeneric( const std::string * name, InitializerNode * init );
    244         static DeclarationNode * newEnumInLine( const std::string name );
    245242        static DeclarationNode * newName( const std::string * );
    246243        static DeclarationNode * newFromTypeGen( const std::string *, ExpressionNode * params );
     
    342339
    343340        bool inLine = false;
    344         bool enumInLine = false;
    345341        Type::FuncSpecifiers funcSpecs;
    346342        Type::StorageClasses storageClasses;
Note: See TracChangeset for help on using the changeset viewer.