Home
last modified time | relevance | path

Searched refs:TSModuleDeclaration (Results 1 – 25 of 43) sorted by relevance

12

/arkcompiler/ets_frontend/ets2panda/ir/ts/
DtsModuleDeclaration.cpp26 void TSModuleDeclaration::TransformChildren(const NodeTransformer &cb, std::string_view transformat… in TransformChildren()
48 void TSModuleDeclaration::Iterate(const NodeTraverser &cb) const in Iterate()
61 void TSModuleDeclaration::Dump(ir::AstDumper *dumper) const in Dump()
71 void TSModuleDeclaration::Dump(ir::SrcDumper *dumper) const in Dump()
76 void TSModuleDeclaration::Compile([[maybe_unused]] compiler::PandaGen *pg) const in Compile()
81 void TSModuleDeclaration::Compile(compiler::ETSGen *etsg) const in Compile()
86 checker::Type *TSModuleDeclaration::Check([[maybe_unused]] checker::TSChecker *checker) in Check()
91 checker::Type *TSModuleDeclaration::Check([[maybe_unused]] checker::ETSChecker *checker) in Check()
DtsModuleDeclaration.h25 class TSModuleDeclaration : public Statement {
35 …explicit TSModuleDeclaration(ArenaAllocator *allocator, Expression *name, Statement *body, Constru… in TSModuleDeclaration() function
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsModuleDeclaration.cpp25 void TSModuleDeclaration::Iterate(const NodeTraverser &cb) const in Iterate()
34 void TSModuleDeclaration::Dump(ir::AstDumper *dumper) const in Dump()
43 void TSModuleDeclaration::Compile([[maybe_unused]] compiler::PandaGen *pg) const {} in Compile()
45 checker::Type *TSModuleDeclaration::Check([[maybe_unused]] checker::Checker *checker) const in Check()
50 void TSModuleDeclaration::UpdateSelf(const NodeUpdater &cb, binder::Binder *binder) in UpdateSelf()
DtsModuleDeclaration.h35 class TSModuleDeclaration : public Statement {
37 …explicit TSModuleDeclaration(binder::TSModuleScope *scope, Expression *name, Statement *body, bool…
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest_module-expected.txt5 "type": "TSModuleDeclaration",
293 "type": "TSModuleDeclaration",
439 "type": "TSModuleDeclaration",
455 "type": "TSModuleDeclaration",
471 "type": "TSModuleDeclaration",
643 "type": "TSModuleDeclaration",
659 "type": "TSModuleDeclaration",
675 "type": "TSModuleDeclaration",
847 "type": "TSModuleDeclaration",
863 "type": "TSModuleDeclaration",
[all …]
Dtest-export-declaration3-expected.txt5 "type": "TSModuleDeclaration",
24 "type": "TSModuleDeclaration",
152 "type": "TSModuleDeclaration",
Dtest-toplevel-await1-expected.txt21 "type": "TSModuleDeclaration",
135 "type": "TSModuleDeclaration",
314 "type": "TSModuleDeclaration",
Dtest_export-declaration-named-namespace-expected.txt5 "type": "TSModuleDeclaration",
377 "type": "TSModuleDeclaration",
509 "type": "TSModuleDeclaration",
611 "type": "TSModuleDeclaration",
714 "type": "TSModuleDeclaration",
Dtest_module9-expected.txt5 "type": "TSModuleDeclaration",
Dtest_module8-expected.txt21 "type": "TSModuleDeclaration",
Dtest-toplevel-await4-expected.txt304 "type": "TSModuleDeclaration",
347 "type": "TSModuleDeclaration",
Dtest_module10-expected.txt91 "type": "TSModuleDeclaration",
Dtest-toplevel-await5-expected.txt66 "type": "TSModuleDeclaration",
181 "type": "TSModuleDeclaration",
Dtest-keyword-identify5-expected.txt404 "type": "TSModuleDeclaration",
447 "type": "TSModuleDeclaration",
Dtest_module_binder-expected.txt5 "type": "TSModuleDeclaration",
Dtest-export-declaration2-expected.txt62 "type": "TSModuleDeclaration",
Dtest-cyclic-module-import-expected.txt5 "type": "TSModuleDeclaration",
395 "type": "TSModuleDeclaration",
Dtest-keyword-identify4-expected.txt215 "type": "TSModuleDeclaration",
Dtest-keyword-identify1-expected.txt268 "type": "TSModuleDeclaration",
Dtest-keyword-identify2-expected.txt336 "type": "TSModuleDeclaration",
/arkcompiler/ets_frontend/ets2panda/test/parser/ts/
Dtest_module-expected.txt5 "type": "TSModuleDeclaration",
298 "type": "TSModuleDeclaration",
447 "type": "TSModuleDeclaration",
464 "type": "TSModuleDeclaration",
481 "type": "TSModuleDeclaration",
656 "type": "TSModuleDeclaration",
673 "type": "TSModuleDeclaration",
690 "type": "TSModuleDeclaration",
865 "type": "TSModuleDeclaration",
882 "type": "TSModuleDeclaration",
[all …]
/arkcompiler/ets_frontend/ets2panda/parser/
DTypedParser.h36 …ir::TSModuleDeclaration *ParseAmbientExternalModuleDeclaration(const lexer::SourcePosition &startL…
38 … ir::TSModuleDeclaration *ParseModuleOrNamespaceDeclaration(const lexer::SourcePosition &startLoc);
/arkcompiler/ets_frontend/es2panda/test/parser/script/
Dtest-ts-importEqual1-expected.txt5 "type": "TSModuleDeclaration",
/arkcompiler/ets_frontend/es2panda/binder/
Ddeclaration.h27 class TSModuleDeclaration; variable
261 class NamespaceDecl : public MultiDecl<ir::TSModuleDeclaration> {
/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.h116 …ir::UpdateNodes VisitTsModuleDeclaration(ir::TSModuleDeclaration *childNode, bool isExport = false…
155 ir::CallExpression *CreateCallExpressionForTsModule(ir::TSModuleDeclaration *node,
191 util::StringView GetNameFromModuleDeclaration(ir::TSModuleDeclaration *node) const;

12