Changes in src/SymTab/Autogen.cc [3a5131ed:c0aa336]
- File:
-
- 1 edited
-
src/SymTab/Autogen.cc (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/SymTab/Autogen.cc
r3a5131ed rc0aa336 10 10 // Created On : Thu Mar 03 15:45:56 2016 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Thu Feb 16 15:02:50 201713 // Update Count : 1 312 // Last Modified On : Thu Feb 2 18:04:40 2017 13 // Update Count : 11 14 14 // 15 15 … … 658 658 659 659 maybeAccept( functionDecl->get_functionType(), *this ); 660 acceptAll( functionDecl->get_oldDecls(), *this ); 660 661 functionNesting += 1; 661 662 maybeAccept( functionDecl->get_statements(), *this ); … … 751 752 DeclarationWithType * AutogenTupleRoutines::mutate( FunctionDecl *functionDecl ) { 752 753 functionDecl->set_functionType( maybeMutate( functionDecl->get_functionType(), *this ) ); 754 mutateAll( functionDecl->get_oldDecls(), *this ); 753 755 functionNesting += 1; 754 756 functionDecl->set_statements( maybeMutate( functionDecl->get_statements(), *this ) );
Note:
See TracChangeset
for help on using the changeset viewer.