Changes in src/AST/Pass.impl.hpp [3e5dd913:2d019af]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Pass.impl.hpp
r3e5dd913 r2d019af 646 646 647 647 //-------------------------------------------------------------------------- 648 // DirectiveDecl 649 template< typename core_t > 650 const ast::DirectiveDecl * ast::Pass< core_t >::visit( const ast::DirectiveDecl * node ) { 651 VISIT_START( node ); 652 653 VISIT( 654 maybe_accept( node, &DirectiveDecl::stmt ); 655 ) 656 657 VISIT_END( DirectiveDecl, node ); 658 } 659 660 //-------------------------------------------------------------------------- 648 661 // StaticAssertDecl 649 662 template< typename core_t >
Note:
See TracChangeset
for help on using the changeset viewer.