Changes in src/SynTree/Mutator.h [96f9ef5:135b431]
- File:
-
- 1 edited
-
src/SynTree/Mutator.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/Mutator.h
r96f9ef5 r135b431 31 31 virtual Declaration* mutate( EnumDecl *aggregateDecl ); 32 32 virtual Declaration* mutate( TraitDecl *aggregateDecl ); 33 virtual Declaration* mutate( TypeDecl *typeDecl );33 virtual TypeDecl* mutate( TypeDecl *typeDecl ); 34 34 virtual Declaration* mutate( TypedefDecl *typeDecl ); 35 35 virtual AsmDecl* mutate( AsmDecl *asmDecl ); … … 93 93 virtual Type* mutate( PointerType *pointerType ); 94 94 virtual Type* mutate( ArrayType *arrayType ); 95 virtual Type* mutate( ReferenceType *refType );96 95 virtual Type* mutate( FunctionType *functionType ); 97 96 virtual Type* mutate( StructInstType *aggregateUseType );
Note:
See TracChangeset
for help on using the changeset viewer.