Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Common/PassVisitor.impl.h

    r74e3263 r033ff37  
    24522452
    24532453        indexerScopedAccept( node->result    , *this );
     2454        maybeAccept_impl   ( node->inout     , *this );
    24542455        maybeAccept_impl   ( node->constraint, *this );
    24552456        maybeAccept_impl   ( node->operand   , *this );
     
    24632464
    24642465        indexerScopedAccept( node->result    , *this );
     2466        maybeAccept_impl   ( node->inout     , *this );
    24652467        maybeAccept_impl   ( node->constraint, *this );
    24662468        maybeAccept_impl   ( node->operand   , *this );
     
    24752477        indexerScopedMutate( node->env       , *this );
    24762478        indexerScopedMutate( node->result    , *this );
     2479        maybeMutate_impl   ( node->inout     , *this );
    24772480        maybeMutate_impl   ( node->constraint, *this );
    24782481        maybeMutate_impl   ( node->operand   , *this );
     
    33023305        VISIT_START( node );
    33033306
    3304         indexerAddUnion( node->name );
     3307        indexerAddStruct( node->name );
    33053308
    33063309        {
     
    33173320        VISIT_START( node );
    33183321
    3319         indexerAddUnion( node->name );
     3322        indexerAddStruct( node->name );
    33203323
    33213324        {
     
    33323335        MUTATE_START( node );
    33333336
    3334         indexerAddUnion( node->name );
     3337        indexerAddStruct( node->name );
    33353338
    33363339        {
Note: See TracChangeset for help on using the changeset viewer.