Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/Mutator.h

    r138e29e rce8c12f  
    9191        virtual Type* mutate( PointerType *pointerType );
    9292        virtual Type* mutate( ArrayType *arrayType );
     93        virtual Type* mutate( ReferenceType *refType );
    9394        virtual Type* mutate( FunctionType *functionType );
    9495        virtual Type* mutate( StructInstType *aggregateUseType );
Note: See TracChangeset for help on using the changeset viewer.