Home
last modified time | relevance | path

Searched refs:TSExternalModuleReference (Results 1 - 12 of 12) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/ts/
H A DtsExternalModuleReference.cpp25 void TSExternalModuleReference::TransformChildren(const NodeTransformer &cb, std::string_view transformationName) in TransformChildren()
33 void TSExternalModuleReference::Iterate(const NodeTraverser &cb) const in Iterate()
38 void TSExternalModuleReference::Dump(ir::AstDumper *dumper) const in Dump()
40 dumper->Add({{"type", "TSExternalModuleReference"}, {"expression", expr_}}); in Dump()
43 void TSExternalModuleReference::Dump(ir::SrcDumper *dumper) const in Dump()
45 dumper->Add("TSExternalModuleReference"); 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
[all...]
H A DtsExternalModuleReference.h22 class TSExternalModuleReference : public Expression { class
24 explicit TSExternalModuleReference(Expression *expr) in TSExternalModuleReference() function in ark::es2panda::ir::TSExternalModuleReference
/arkcompiler/ets_frontend/es2panda/ir/ts/
H A DtsExternalModuleReference.cpp22 void TSExternalModuleReference::Iterate(const NodeTraverser &cb) const in Iterate()
27 void TSExternalModuleReference::Dump(ir::AstDumper *dumper) const in Dump()
29 dumper->Add({{"type", "TSExternalModuleReference"}, {"expression", expr_}}); 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 *binder) in UpdateSelf()
H A DtsExternalModuleReference.h32 class TSExternalModuleReference : public Expression { class
34 explicit TSExternalModuleReference(Expression *expr) in TSExternalModuleReference() function in panda::es2panda::panda::es2panda::panda::es2panda::ir::TSExternalModuleReference
/arkcompiler/ets_frontend/es2panda/ir/
H A DastNodeMapping.h81 _(TS_EXTERNAL_MODULE_REFERENCE, TSExternalModuleReference) \
/arkcompiler/ets_frontend/ets2panda/ir/
H A DastNodeMapping.h108 _(TS_EXTERNAL_MODULE_REFERENCE, TSExternalModuleReference) \
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DJSCompilerUnreachable.cpp302 void JSCompiler::Compile([[maybe_unused]] const ir::TSExternalModuleReference *expr) const in Compile()
H A DETSCompilerUnrechable.cpp317 void ETSCompiler::Compile([[maybe_unused]] const ir::TSExternalModuleReference *expr) const in Compile()
/arkcompiler/ets_frontend/ets2panda/checker/
H A DTSAnalyzerUnreachable.cpp308 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::TSExternalModuleReference *expr) const in Check()
H A DETSAnalyzerUnreachable.cpp238 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSExternalModuleReference *expr) const in Check()
/arkcompiler/ets_frontend/ets2panda/parser/
H A DexpressionTSParser.cpp338 result = AllocNode<ir::TSExternalModuleReference>(result); in ParseModuleReference()
/arkcompiler/ets_frontend/es2panda/parser/
H A DstatementParser.cpp3090 result = AllocNode<ir::TSExternalModuleReference>(result); in ParseModuleReference()

Completed in 12 milliseconds