Changes in src/ResolvExpr/RenameVars.h [3e5dd913:898ae07]
- File:
-
- 1 edited
-
src/ResolvExpr/RenameVars.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/ResolvExpr/RenameVars.h
r3e5dd913 r898ae07 30 30 /// Provides a consistent renaming of forall type names in a hierarchy by prefixing them with a unique "level" ID 31 31 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 ); 32 const ast::Type * renameTyVars( const ast::Type * ); 38 33 39 34 /// resets internal state of renamer to avoid overflow 40 35 void resetTyVarRenaming(); 41 42 43 36 } // namespace ResolvExpr 44 37
Note:
See TracChangeset
for help on using the changeset viewer.