Home
last modified time | relevance | path

Searched refs:TSModuleBlock (Results 1 – 25 of 38) sorted by relevance

12

/arkcompiler/ets_frontend/ets2panda/ir/ts/
DtsModuleBlock.cpp25 void TSModuleBlock::TransformChildren(const NodeTransformer &cb, std::string_view transformationNam… in TransformChildren()
35 void TSModuleBlock::Iterate(const NodeTraverser &cb) const in Iterate()
42 void TSModuleBlock::Dump(ir::AstDumper *dumper) const in Dump()
47 void TSModuleBlock::Dump(ir::SrcDumper *dumper) const in Dump()
52 void TSModuleBlock::Compile([[maybe_unused]] compiler::PandaGen *pg) const in Compile()
56 void TSModuleBlock::Compile(compiler::ETSGen *etsg) const in Compile()
61 checker::Type *TSModuleBlock::Check([[maybe_unused]] checker::TSChecker *checker) in Check()
66 checker::Type *TSModuleBlock::Check([[maybe_unused]] checker::ETSChecker *checker) in Check()
DtsModuleBlock.h23 class TSModuleBlock : public Statement {
25 explicit TSModuleBlock(ArenaVector<Statement *> &&statements) in TSModuleBlock() function
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsModuleBlock.cpp23 void TSModuleBlock::Iterate(const NodeTraverser &cb) const in Iterate()
30 void TSModuleBlock::Dump(ir::AstDumper *dumper) const in Dump()
35 void TSModuleBlock::Compile([[maybe_unused]] compiler::PandaGen *pg) const {} in Compile()
37 checker::Type *TSModuleBlock::Check([[maybe_unused]] checker::Checker *checker) const in Check()
42 void TSModuleBlock::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) in UpdateSelf()
47 void TSModuleBlock::AddStatementInFront(Statement *statement) in AddStatementInFront()
DtsModuleBlock.h32 class TSModuleBlock : public Statement {
34 explicit TSModuleBlock(ArenaVector<Statement *> &&statements) in TSModuleBlock() function
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest_module-expected.txt21 "type": "TSModuleBlock",
309 "type": "TSModuleBlock",
487 "type": "TSModuleBlock",
691 "type": "TSModuleBlock",
879 "type": "TSModuleBlock",
935 "type": "TSModuleBlock",
1066 "type": "TSModuleBlock",
1261 "type": "TSModuleBlock",
1467 "type": "TSModuleBlock",
1557 "type": "TSModuleBlock",
[all …]
Dtest-export-declaration3-expected.txt21 "type": "TSModuleBlock",
40 "type": "TSModuleBlock",
168 "type": "TSModuleBlock",
Dtest-toplevel-await1-expected.txt37 "type": "TSModuleBlock",
151 "type": "TSModuleBlock",
330 "type": "TSModuleBlock",
Dtest_export-declaration-named-namespace-expected.txt21 "type": "TSModuleBlock",
393 "type": "TSModuleBlock",
525 "type": "TSModuleBlock",
627 "type": "TSModuleBlock",
730 "type": "TSModuleBlock",
Dtest_module8-expected.txt37 "type": "TSModuleBlock",
Dtest-toplevel-await4-expected.txt320 "type": "TSModuleBlock",
363 "type": "TSModuleBlock",
Dtest-toplevel-await5-expected.txt82 "type": "TSModuleBlock",
197 "type": "TSModuleBlock",
Dtest-keyword-identify5-expected.txt420 "type": "TSModuleBlock",
463 "type": "TSModuleBlock",
Dtest_module_binder-expected.txt21 "type": "TSModuleBlock",
Dtest-export-declaration2-expected.txt78 "type": "TSModuleBlock",
Dtest-cyclic-module-import-expected.txt21 "type": "TSModuleBlock",
411 "type": "TSModuleBlock",
Dtest-keyword-identify4-expected.txt231 "type": "TSModuleBlock",
Dtest-keyword-identify1-expected.txt284 "type": "TSModuleBlock",
Dtest-keyword-identify2-expected.txt352 "type": "TSModuleBlock",
Dtest-type-with-specieal-constructor-expected.txt186 "type": "TSModuleBlock",
Dtest-class-definiton24-expected.txt21 "type": "TSModuleBlock",
/arkcompiler/ets_frontend/ets2panda/test/parser/ts/
Dtest_module-expected.txt22 "type": "TSModuleBlock",
315 "type": "TSModuleBlock",
498 "type": "TSModuleBlock",
707 "type": "TSModuleBlock",
899 "type": "TSModuleBlock",
956 "type": "TSModuleBlock",
1089 "type": "TSModuleBlock",
1288 "type": "TSModuleBlock",
1498 "type": "TSModuleBlock",
1591 "type": "TSModuleBlock",
[all …]
/arkcompiler/ets_frontend/es2panda/test/parser/script/
Dtest-ts-importEqual1-expected.txt21 "type": "TSModuleBlock",
/arkcompiler/ets_frontend/es2panda/ir/
DastNodeMapping.h111 _(TS_MODULE_BLOCK, TSModuleBlock) \
/arkcompiler/ets_frontend/ets2panda/parser/
DTypedParser.h37 ir::TSModuleBlock *ParseTsModuleBlock();
/arkcompiler/ets_frontend/ets2panda/ir/
DastNodeMapping.h131 _(TS_MODULE_BLOCK, TSModuleBlock) \

12