Lines Matching refs:TSModuleBlock
25 void TSModuleBlock::TransformChildren(const NodeTransformer &cb, std::string_view transformationName)
35 void TSModuleBlock::Iterate(const NodeTraverser &cb) const
42 void TSModuleBlock::Dump(ir::AstDumper *dumper) const
44 dumper->Add({{"type", "TSModuleBlock"}, {"body", statements_}});
47 void TSModuleBlock::Dump(ir::SrcDumper *dumper) const
49 dumper->Add("TSModuleBlock");
52 void TSModuleBlock::Compile([[maybe_unused]] compiler::PandaGen *pg) const
56 void TSModuleBlock::Compile(compiler::ETSGen *etsg) const
61 checker::Type *TSModuleBlock::Check([[maybe_unused]] checker::TSChecker *checker)
66 checker::Type *TSModuleBlock::Check([[maybe_unused]] checker::ETSChecker *checker)