Changes in src/AST/Pass.hpp [9e23b446:f6e6a55]
- File:
-
- 1 edited
-
src/AST/Pass.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Pass.hpp
r9e23b446 rf6e6a55 264 264 __pass::result1<ast::Stmt> call_accept_as_compound(const ast::Stmt *); 265 265 266 // requests type environment to be updated (why is it implemented like this?)267 __pass::result1<ast::Expr> call_accept_top(const ast::Expr *);268 269 266 template< template <class...> class container_t > 270 267 __pass::resultNstmt<container_t> call_accept( const container_t< ptr<Stmt> > & ); … … 280 277 template<typename node_t, typename parent_t, typename field_t> 281 278 void maybe_accept_as_compound(const node_t * &, field_t parent_t::* field); 282 283 template<typename node_t, typename parent_t, typename field_t>284 void maybe_accept_top(const node_t * &, field_t parent_t::* field);285 279 286 280 private:
Note:
See TracChangeset
for help on using the changeset viewer.