Home
last modified time | relevance | path

Searched refs:TSExternalModuleReference (Results 1 – 15 of 15) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/ts/
DtsExternalModuleReference.cpp25 void TSExternalModuleReference::TransformChildren(const NodeTransformer &cb, std::string_view trans… in TransformChildren()
33 void TSExternalModuleReference::Iterate(const NodeTraverser &cb) const in Iterate()
38 void TSExternalModuleReference::Dump(ir::AstDumper *dumper) const in Dump()
43 void TSExternalModuleReference::Dump(ir::SrcDumper *dumper) const in Dump()
48 void TSExternalModuleReference::Compile(compiler::PandaGen *pg) const in Compile()
53 void TSExternalModuleReference::Compile(compiler::ETSGen *etsg) const in Compile()
58 checker::Type *TSExternalModuleReference::Check(checker::TSChecker *checker) in Check()
63 checker::Type *TSExternalModuleReference::Check(checker::ETSChecker *checker) in Check()
DtsExternalModuleReference.h22 class TSExternalModuleReference : public Expression {
24 explicit TSExternalModuleReference(Expression *expr) in TSExternalModuleReference() function
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsExternalModuleReference.cpp22 void TSExternalModuleReference::Iterate(const NodeTraverser &cb) const in Iterate()
27 void TSExternalModuleReference::Dump(ir::AstDumper *dumper) const in Dump()
32 void TSExternalModuleReference::Compile([[maybe_unused]] compiler::PandaGen *pg) const {} in Compile()
34 checker::Type *TSExternalModuleReference::Check([[maybe_unused]] checker::Checker *checker) const in Check()
39 void TSExternalModuleReference::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *… in UpdateSelf()
DtsExternalModuleReference.h32 class TSExternalModuleReference : public Expression {
34 explicit TSExternalModuleReference(Expression *expr) in TSExternalModuleReference() function
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-cyclic-module-import-expected.txt40 "type": "TSExternalModuleReference",
430 "type": "TSExternalModuleReference",
Dtest_module-expected.txt1677 "type": "TSExternalModuleReference",
1732 "type": "TSExternalModuleReference",
/arkcompiler/ets_frontend/es2panda/ir/
DastNodeMapping.h80 _(TS_EXTERNAL_MODULE_REFERENCE, TSExternalModuleReference) \
/arkcompiler/ets_frontend/ets2panda/ir/
DastNodeMapping.h105 _(TS_EXTERNAL_MODULE_REFERENCE, TSExternalModuleReference) \
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzerUnreachable.cpp238 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSExternalModuleReference *expr) const in Check()
DTSAnalyzerUnreachable.cpp303 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::TSExternalModuleReference *expr) const in Check()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DJSCompilerUnreachable.cpp297 void JSCompiler::Compile([[maybe_unused]] const ir::TSExternalModuleReference *expr) const in Compile()
DETSCompilerUnrechable.cpp312 void ETSCompiler::Compile([[maybe_unused]] const ir::TSExternalModuleReference *expr) const in Compile()
/arkcompiler/ets_frontend/ets2panda/test/parser/ts/
Dtest_module-expected.txt1714 "type": "TSExternalModuleReference",
1770 "type": "TSExternalModuleReference",
/arkcompiler/ets_frontend/ets2panda/parser/
DexpressionTSParser.cpp338 result = AllocNode<ir::TSExternalModuleReference>(result); in ParseModuleReference()
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp3021 result = AllocNode<ir::TSExternalModuleReference>(result); in ParseModuleReference()