Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/InitTweak/GenInit.h

    r092528b rf0121d7  
    2828        void genInit( std::list< Declaration * > & translationUnit );
    2929
    30   /// generates a single ctor/dtor statement using objDecl as the 'this' parameter and arg as the optional argument
    31   ImplicitCtorDtorStmt * genCtorDtor( const std::string & fname, ObjectDecl * objDecl, Expression * arg = nullptr );
    32 
    3330        /// creates an appropriate ConstructorInit node which contains a constructor, destructor, and C-initializer
    3431        ConstructorInit * genCtorInit( ObjectDecl * objDecl );
Note: See TracChangeset for help on using the changeset viewer.