Changes in src/SynTree/Mutator.h [afc1045:4040425]
- File:
-
- 1 edited
-
src/SynTree/Mutator.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/Mutator.h
rafc1045 r4040425 67 67 virtual Expression* mutate( UntypedOffsetofExpr *offsetofExpr ); 68 68 virtual Expression* mutate( OffsetofExpr *offsetofExpr ); 69 virtual Expression* mutate( OffsetPackExpr *offsetPackExpr );70 69 virtual Expression* mutate( AttrExpr *attrExpr ); 71 70 virtual Expression* mutate( LogicalExpr *logicalExpr );
Note:
See TracChangeset
for help on using the changeset viewer.