Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Pass.impl.hpp

    re874605 r5408b59  
    803803
    804804//--------------------------------------------------------------------------
    805 // DeclWithType
    806 template< typename core_t >
    807 const ast::DeclWithType * ast::Pass< core_t >::visit( const ast::InlineValueDecl * node ) {
    808         VISIT_START( node );
    809 
    810         if ( __visit_children() ) {
    811                 {
    812                         guard_symtab guard { *this };
    813                         maybe_accept( node, &InlineValueDecl::type );
    814                 }
    815         }
    816 
    817         VISIT_END( DeclWithType, node );
    818 }
    819 
    820 //--------------------------------------------------------------------------
    821805// CompoundStmt
    822806template< typename core_t >
Note: See TracChangeset for help on using the changeset viewer.