Changeset f7f997a for src/ResolvExpr/RenameVars.h
- Timestamp:
- Nov 17, 2023, 3:23:48 PM (2 years ago)
- Branches:
- master, stuck-waitfor-destruct
- Children:
- decd4a6
- Parents:
- 16e0dcb (diff), 2908f08 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
src/ResolvExpr/RenameVars.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/ResolvExpr/RenameVars.h
r16e0dcb rf7f997a 21 21 22 22 namespace ResolvExpr { 23 enum RenameMode {24 GEN_USAGE, // for type in VariableExpr25 GEN_EXPR_ID // for type in decl26 };27 const ast::Type * renameTyVars( const ast::Type *, RenameMode mode = GEN_USAGE, bool reset = true );28 23 29 /// resets internal state of renamer to avoid overflow 30 void resetTyVarRenaming(); 24 enum RenameMode { 25 GEN_USAGE, // for type in VariableExpr 26 GEN_EXPR_ID // for type in decl 27 }; 28 const ast::Type * renameTyVars( const ast::Type *, RenameMode mode = GEN_USAGE, bool reset = true ); 29 30 /// Resets internal state of renamer to avoid overflow. 31 void resetTyVarRenaming(); 32 31 33 } // namespace ResolvExpr 32 34
Note:
See TracChangeset
for help on using the changeset viewer.