Changeset baf7fee for src/GenPoly
- Timestamp:
- Dec 18, 2015, 2:43:06 PM (9 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, string, with_gc
- Children:
- ae63a18
- Parents:
- 000b914
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/GenPoly/PolyMutator.h
r000b914 rbaf7fee 10 10 // Created On : Mon May 18 07:44:20 2015 11 11 // Last Modified By : Rob Schluntz 12 // Last Modified On : Fri Aug 14 15:27:38201513 // Update Count : 412 // Last Modified On : Tue Dec 08 15:19:05 2015 13 // Update Count : 5 14 14 // 15 15 … … 51 51 virtual void doBeginScope() {} 52 52 virtual void doEndScope() {} 53 54 static void makeTyVarMap( Type *type, TyVarMap &tyVarMap ); 53 55 protected: 54 56 void mutateStatementList( std::list< Statement* > &statements ); 55 57 Statement* mutateStatement( Statement *stmt ); 56 58 Expression* mutateExpression( Expression *expr ); 57 static void makeTyVarMap( Type *type, TyVarMap &tyVarMap );58 59 59 60 TyVarMap scopeTyVars;
Note: See TracChangeset
for help on using the changeset viewer.