Home
last modified time | relevance | path

Searched refs:etsImportDeclarations_ (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/ets/
H A DetsReExportDeclaration.cpp25 etsImportDeclarations_(etsImportDeclarations), in ETSReExportDeclaration()
36 if (etsImportDeclarations_ != nullptr) { in TransformChildren()
37 if (auto *transformedNode = cb(etsImportDeclarations_); etsImportDeclarations_ != transformedNode) { in TransformChildren()
38 etsImportDeclarations_->SetTransformedNode(transformationName, transformedNode); in TransformChildren()
39 etsImportDeclarations_ = transformedNode->AsETSImportDeclaration(); in TransformChildren()
46 etsImportDeclarations_->Iterate(cb); in Iterate()
51 dumper->Add({{"type", "ETSReExportDeclaration"}, {"ets_import_declarations", etsImportDeclarations_}}); in Dump()
H A DetsReExportDeclaration.h34 return etsImportDeclarations_; in GetETSImportDeclarations()
39 return etsImportDeclarations_; in GetETSImportDeclarations()
80 ETSImportDeclaration *etsImportDeclarations_; member in ark::es2panda::ir::ETSReExportDeclaration
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
H A DetsReExportDeclarationBuilder.h31 etsImportDeclarations_ = etsImportDeclarations; in SetETSImportDeclaration()
49 auto node = AllocNode(etsImportDeclarations_, userPaths_, programPath_, Allocator()); in Build()
54 ETSImportDeclaration *etsImportDeclarations_ {};

Completed in 2 milliseconds