Lines Matching refs:TSImportEqualsDeclaration
27 void TSImportEqualsDeclaration::TransformChildren(const NodeTransformer &cb, std::string_view transformationName)
40 void TSImportEqualsDeclaration::Iterate(const NodeTraverser &cb) const
46 void TSImportEqualsDeclaration::Dump(ir::AstDumper *dumper) const
48 dumper->Add({{"type", "TSImportEqualsDeclaration"},
54 void TSImportEqualsDeclaration::Dump(ir::SrcDumper *dumper) const
56 dumper->Add("TSImportEqualsDeclaration");
59 void TSImportEqualsDeclaration::Compile([[maybe_unused]] compiler::PandaGen *pg) const
63 void TSImportEqualsDeclaration::Compile(compiler::ETSGen *etsg) const
68 checker::Type *TSImportEqualsDeclaration::Check([[maybe_unused]] checker::TSChecker *checker)
73 checker::Type *TSImportEqualsDeclaration::Check([[maybe_unused]] checker::ETSChecker *checker)