Home
last modified time | relevance | path

Searched refs:TSNamespaceExportDeclaration (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/ts/
H A DtsNamespaceExportDeclaration.cpp23 void TSNamespaceExportDeclaration::Iterate(const NodeTraverser &cb) const in Iterate()
28 void TSNamespaceExportDeclaration::Dump(ir::AstDumper *dumper) const in Dump()
30 dumper->Add({{"type", "TSNamespaceExportDeclaration"}, {"id", id_}}); in Dump()
33 void TSNamespaceExportDeclaration::Compile([[maybe_unused]] compiler::PandaGen *pg) const {} in Compile()
35 checker::Type *TSNamespaceExportDeclaration::Check([[maybe_unused]] checker::Checker *checker) const in Check()
40 void TSNamespaceExportDeclaration::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) in UpdateSelf()
H A DtsNamespaceExportDeclaration.h32 class TSNamespaceExportDeclaration : public Statement { class
34 explicit TSNamespaceExportDeclaration(Identifier *id) in TSNamespaceExportDeclaration() function in panda::es2panda::panda::es2panda::panda::es2panda::ir::TSNamespaceExportDeclaration
/arkcompiler/ets_frontend/es2panda/ir/
H A DastNodeMapping.h122 _(TS_NAMESPACE_EXPORT_DECLARATION, TSNamespaceExportDeclaration) \
/arkcompiler/ets_frontend/es2panda/parser/
H A DparserImpl.h533 ir::TSNamespaceExportDeclaration *ParseTsNamespaceExportDeclaration(const lexer::SourcePosition &startLoc);
H A DstatementParser.cpp534 ir::TSNamespaceExportDeclaration *ParserImpl::ParseTsNamespaceExportDeclaration(const lexer::SourcePosition &startLoc) in ParseTsNamespaceExportDeclaration()
553 auto *namespaceExportDecl = AllocNode<ir::TSNamespaceExportDeclaration>(id); in ParseTsNamespaceExportDeclaration()

Completed in 7 milliseconds