Home
last modified time | relevance | path

Searched refs:declarators_ (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/statements/
H A DvariableDeclaration.cpp28 for (auto *it : declarators_) { in Iterate()
56 {"declarations", declarators_}, in Dump()
63 for (const auto *it : declarators_) { in Compile()
70 for (auto *it : declarators_) { in Check()
79 for (auto iter = declarators_.begin(); iter != declarators_.end(); iter++) { in UpdateSelf()
H A DvariableDeclaration.h42 declarators_(std::move(declarators)), in VariableDeclaration()
49 return declarators_; in Declarators()
70 ArenaVector<VariableDeclarator *> declarators_; member in panda::es2panda::panda::es2panda::panda::es2panda::ir::VariableDeclaration
/arkcompiler/ets_frontend/ets2panda/ir/statements/
H A DvariableDeclaration.cpp39 for (auto *&it : declarators_) { in TransformChildren()
53 for (auto *it : declarators_) { in Iterate()
81 {"declarations", declarators_}, in Dump()
103 for (auto declarator : declarators_) { in Dump()
105 if (declarator != declarators_.back()) { in Dump()
121 declarators_(allocator->Adapter()), in VariableDeclaration()
129 for (auto const &d : other.declarators_) { in VariableDeclaration()
130 declarators_.emplace_back(d->Clone(allocator, nullptr)->AsVariableDeclarator()); in VariableDeclaration()
131 declarators_.back()->SetParent(this); in VariableDeclaration()
H A DvariableDeclaration.h36 declarators_(std::move(declarators)), in VariableDeclaration()
45 return declarators_; in Declarators()
97 ArenaVector<VariableDeclarator *> declarators_; member in ark::es2panda::ir::VariableDeclaration
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
H A DvariableDeclarationBuilder.h28 : AstBuilder(allocator), declarators_(allocator->Adapter()) in VariableDeclarationBuilder()
46 declarators_ = std::move(declarators); in SetDeclarators()
52 declarators_.emplace_back(declarator); in AddDeclarator()
58 auto *node = AllocNode(kind_, Allocator(), std::move(declarators_), declare_); in Build()
64 ArenaVector<VariableDeclarator *> declarators_; member in ark::es2panda::ir::VariableDeclarationBuilder

Completed in 2 milliseconds