Changes in src/AST/Pass.impl.hpp [2d019af:3e5dd913]
- File:
-
- 1 edited
-
src/AST/Pass.impl.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Pass.impl.hpp
r2d019af r3e5dd913 646 646 647 647 //-------------------------------------------------------------------------- 648 // DirectiveDecl649 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 //--------------------------------------------------------------------------661 648 // StaticAssertDecl 662 649 template< typename core_t >
Note:
See TracChangeset
for help on using the changeset viewer.