Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ResolvExpr/RenameVars.h

    r7583c02 r898ae07  
    3030        /// Provides a consistent renaming of forall type names in a hierarchy by prefixing them with a unique "level" ID
    3131        void renameTyVars( Type * );
    32 
    33         enum RenameMode {
    34                 GEN_USAGE, // for type in VariableExpr
    35                 GEN_EXPR_ID // for type in decl
    36         };
    37         const ast::Type * renameTyVars( const ast::Type *, RenameMode mode = GEN_USAGE, bool reset = true );
    38        
     32        const ast::Type * renameTyVars( const ast::Type * );
    3933
    4034        /// resets internal state of renamer to avoid overflow
    4135        void resetTyVarRenaming();
    42 
    43        
    4436} // namespace ResolvExpr
    4537
Note: See TracChangeset for help on using the changeset viewer.