Changes in src/AST/Pass.impl.hpp [eb779d5:62c6cfa]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Pass.impl.hpp
reb779d5 r62c6cfa 1121 1121 1122 1122 //-------------------------------------------------------------------------- 1123 // CorunStmt1124 template< typename core_t >1125 const ast::Stmt * ast::Pass< core_t >::visit( const ast::CorunStmt * node ) {1126 VISIT_START( node );1127 1128 if ( __visit_children() ) {1129 maybe_accept( node, &CorunStmt::stmt );1130 }1131 1132 VISIT_END( Stmt, node );1133 }1134 1135 //--------------------------------------------------------------------------1136 1123 // ApplicationExpr 1137 1124 template< typename core_t >
Note:
See TracChangeset
for help on using the changeset viewer.