Changes in src/AST/Pass.hpp [400b8be:eb211bf]
- File:
-
- 1 edited
-
src/AST/Pass.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Pass.hpp
r400b8be reb211bf 149 149 const ast::Stmt * visit( const ast::ForStmt * ) override final; 150 150 const ast::Stmt * visit( const ast::SwitchStmt * ) override final; 151 const ast:: CaseClause * visit( const ast::CaseClause* ) override final;151 const ast::Stmt * visit( const ast::CaseStmt * ) override final; 152 152 const ast::Stmt * visit( const ast::BranchStmt * ) override final; 153 153 const ast::Stmt * visit( const ast::ReturnStmt * ) override final; 154 154 const ast::Stmt * visit( const ast::ThrowStmt * ) override final; 155 155 const ast::Stmt * visit( const ast::TryStmt * ) override final; 156 const ast:: CatchClause * visit( const ast::CatchClause* ) override final;157 const ast:: FinallyClause * visit( const ast::FinallyClause* ) override final;156 const ast::Stmt * visit( const ast::CatchStmt * ) override final; 157 const ast::Stmt * visit( const ast::FinallyStmt * ) override final; 158 158 const ast::Stmt * visit( const ast::SuspendStmt * ) override final; 159 159 const ast::Stmt * visit( const ast::WaitForStmt * ) override final;
Note:
See TracChangeset
for help on using the changeset viewer.