Lines Matching refs:TryStatement
27 void TryStatement::Iterate(const NodeTraverser &cb) const
40 void TryStatement::Dump(ir::AstDumper *dumper) const
42 dumper->Add({{"type", "TryStatement"},
48 void TryStatement::CompileFinally(compiler::PandaGen *pg, compiler::TryContext *tryCtx,
73 void TryStatement::CompileTryCatchFinally(compiler::PandaGen *pg) const
100 void TryStatement::CompileTryFinally(compiler::PandaGen *pg) const
127 void TryStatement::CompileTryCatch(compiler::PandaGen *pg) const
145 void TryStatement::Compile(compiler::PandaGen *pg) const
158 checker::Type *TryStatement::Check(checker::Checker *checker) const
173 void TryStatement::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder)