Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SymTab/Autogen.cc

    r3a5131ed rc0aa336  
    1010// Created On       : Thu Mar 03 15:45:56 2016
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Thu Feb 16 15:02:50 2017
    13 // Update Count     : 13
     12// Last Modified On : Thu Feb  2 18:04:40 2017
     13// Update Count     : 11
    1414//
    1515
     
    658658
    659659                maybeAccept( functionDecl->get_functionType(), *this );
     660                acceptAll( functionDecl->get_oldDecls(), *this );
    660661                functionNesting += 1;
    661662                maybeAccept( functionDecl->get_statements(), *this );
     
    751752        DeclarationWithType * AutogenTupleRoutines::mutate( FunctionDecl *functionDecl ) {
    752753                functionDecl->set_functionType( maybeMutate( functionDecl->get_functionType(), *this ) );
     754                mutateAll( functionDecl->get_oldDecls(), *this );
    753755                functionNesting += 1;
    754756                functionDecl->set_statements( maybeMutate( functionDecl->get_statements(), *this ) );
Note: See TracChangeset for help on using the changeset viewer.