Changes in src/SynTree/Mutator.h [89e6ffc:8688ce1]
- File:
-
- 1 edited
-
src/SynTree/Mutator.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/Mutator.h
r89e6ffc r8688ce1 76 76 virtual Expression* mutate( AsmExpr *asmExpr ); 77 77 virtual Expression* mutate( ImplicitCopyCtorExpr *impCpCtorExpr ); 78 virtual Expression* mutate( ConstructorExpr *ctorExpr );78 virtual Expression* mutate( UntypedValofExpr *valofExpr ); 79 79 virtual Expression* mutate( CompoundLiteralExpr *compLitExpr ); 80 virtual Expression* mutate( UntypedValofExpr *valofExpr );81 80 virtual Expression* mutate( RangeExpr *rangeExpr ); 82 81 … … 95 94 virtual Type* mutate( AttrType *attrType ); 96 95 virtual Type* mutate( VarArgsType *varArgsType ); 97 virtual Type* mutate( ZeroType *zeroType );98 virtual Type* mutate( OneType *oneType );99 96 100 97 virtual Initializer* mutate( SingleInit *singleInit );
Note:
See TracChangeset
for help on using the changeset viewer.