Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/CodeGen/CodeGenerator.h

    r9facf3b r58dd019  
    1010// Created On       : Mon May 18 07:44:20 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Thu Aug  4 13:37:07 2016
    13 // Update Count     : 38
     12// Last Modified On : Tue Dec 13 13:51:53 2016
     13// Update Count     : 39
    1414//
    1515
     
    4747                virtual void visit( SingleInit * );
    4848                virtual void visit( ListInit * );
    49                 virtual void visit( ConstructorInit * );
    5049
    5150                //*** Constant
     
    108107                };
    109108
     109                void asmName( DeclarationWithType *decl );
     110
    110111                void extension( Expression *expr );
    111112                void extension( Declaration *decl );
     
    143144                return true;
    144145        }
    145 
    146         /// returns C-compatible name of declaration
    147         std::string genName( DeclarationWithType * decl );
    148146} // namespace CodeGen
    149147
Note: See TracChangeset for help on using the changeset viewer.