Searched refs:TSExternalModuleReference (Results 1 - 12 of 12) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/ir/ts/ |
H A D | tsExternalModuleReference.cpp | 25 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 D | tsExternalModuleReference.h | 22 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 D | tsExternalModuleReference.cpp | 22 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 D | tsExternalModuleReference.h | 32 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 D | astNodeMapping.h | 81 _(TS_EXTERNAL_MODULE_REFERENCE, TSExternalModuleReference) \
|
/arkcompiler/ets_frontend/ets2panda/ir/ |
H A D | astNodeMapping.h | 108 _(TS_EXTERNAL_MODULE_REFERENCE, TSExternalModuleReference) \
|
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
H A D | JSCompilerUnreachable.cpp | 302 void JSCompiler::Compile([[maybe_unused]] const ir::TSExternalModuleReference *expr) const in Compile()
|
H A D | ETSCompilerUnrechable.cpp | 317 void ETSCompiler::Compile([[maybe_unused]] const ir::TSExternalModuleReference *expr) const in Compile()
|
/arkcompiler/ets_frontend/ets2panda/checker/ |
H A D | TSAnalyzerUnreachable.cpp | 308 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::TSExternalModuleReference *expr) const in Check()
|
H A D | ETSAnalyzerUnreachable.cpp | 238 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSExternalModuleReference *expr) const in Check()
|
/arkcompiler/ets_frontend/ets2panda/parser/ |
H A D | expressionTSParser.cpp | 338 result = AllocNode<ir::TSExternalModuleReference>(result); in ParseModuleReference()
|
/arkcompiler/ets_frontend/es2panda/parser/ |
H A D | statementParser.cpp | 3090 result = AllocNode<ir::TSExternalModuleReference>(result); in ParseModuleReference()
|
Completed in 12 milliseconds