Changeset 94fa946 for src/ResolvExpr/RenameVars.h
- Timestamp:
- Mar 23, 2022, 3:09:52 PM (2 years ago)
- Branches:
- ADT, ast-experimental, enum, master, pthread-emulation, qualifiedEnum
- Children:
- 8631c84
- Parents:
- 3caf5e3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/ResolvExpr/RenameVars.h
r3caf5e3 r94fa946 36 36 }; 37 37 const ast::Type * renameTyVars( const ast::Type *, RenameMode mode = GEN_USAGE, bool reset = true ); 38 39 38 40 39 /// resets internal state of renamer to avoid overflow 41 40 void resetTyVarRenaming(); 42 43 44 41 } // namespace ResolvExpr 45 42
Note: See TracChangeset
for help on using the changeset viewer.