Lines Matching refs:ExportDefaultDeclaration
25 void ExportDefaultDeclaration::TransformChildren(const NodeTransformer &cb, std::string_view const transformationName)
33 void ExportDefaultDeclaration::Iterate(const NodeTraverser &cb) const
38 void ExportDefaultDeclaration::Dump(ir::AstDumper *dumper) const
41 {{"type", IsExportEquals() ? "TSExportAssignment" : "ExportDefaultDeclaration"}, {"declaration", decl_}});
44 void ExportDefaultDeclaration::Dump(ir::SrcDumper *dumper) const
46 dumper->Add("ExportDefaultDeclaration");
49 void ExportDefaultDeclaration::Compile(compiler::PandaGen *pg) const
54 void ExportDefaultDeclaration::Compile(compiler::ETSGen *etsg) const
59 checker::Type *ExportDefaultDeclaration::Check(checker::TSChecker *checker)
64 checker::Type *ExportDefaultDeclaration::Check(checker::ETSChecker *checker)