Changes in src/AST/Pass.impl.hpp [3d9d017:59c8dff]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Pass.impl.hpp
r3d9d017 r59c8dff 1452 1452 1453 1453 //-------------------------------------------------------------------------- 1454 // EnumPosExpr 1455 template< typename core_t> 1456 const ast::Expr * ast::Pass< core_t >::visit( const ast::EnumPosExpr * node ) { 1457 VISIT_START( node ); 1458 1459 if ( __visit_children() ) { 1460 guard_symtab guard { *this }; 1461 maybe_accept( node, &EnumPosExpr::type ); 1462 maybe_accept( node, &EnumPosExpr::expr ); 1463 } 1464 1465 VISIT_END( Expr, node ); 1466 } 1467 1468 //-------------------------------------------------------------------------- 1454 1469 // LogicalExpr 1455 1470 template< typename core_t >
Note:
See TracChangeset
for help on using the changeset viewer.