Changes in src/AST/Pass.impl.hpp [5408b59:95e5018]
- File:
-
- 1 edited
-
src/AST/Pass.impl.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Pass.impl.hpp
r5408b59 r95e5018 1199 1199 1200 1200 //-------------------------------------------------------------------------- 1201 // QualifiedNameExpr1202 template< typename core_t >1203 const ast::Expr * ast::Pass< core_t >::visit( const ast::QualifiedNameExpr * node ) {1204 VISIT_START( node );1205 if ( __visit_children() ) {1206 guard_symtab guard { *this };1207 maybe_accept( node, &QualifiedNameExpr::type_decl );1208 }1209 VISIT_END( Expr, node );1210 }1211 1212 //--------------------------------------------------------------------------1213 1201 // CastExpr 1214 1202 template< typename core_t >
Note:
See TracChangeset
for help on using the changeset viewer.