Changes in src/AST/Visitor.hpp [c86b08d:eb779d5]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Visitor.hpp
rc86b08d reb779d5 59 59 virtual const ast::Stmt * visit( const ast::ImplicitCtorDtorStmt * ) = 0; 60 60 virtual const ast::Stmt * visit( const ast::MutexStmt * ) = 0; 61 virtual const ast::Stmt * visit( const ast::CorunStmt * ) = 0; 61 62 virtual const ast::Expr * visit( const ast::ApplicationExpr * ) = 0; 62 63 virtual const ast::Expr * visit( const ast::UntypedExpr * ) = 0;
Note:
See TracChangeset
for help on using the changeset viewer.