Searched refs:DestructuringIterator (Results 1 – 5 of 5) sorted by relevance
78 class DestructuringIterator : public Iterator {80 explicit DestructuringIterator(PandaGen *pg, const ir::AstNode *node);82 DEFAULT_COPY_SEMANTIC(DestructuringIterator);83 DEFAULT_MOVE_SEMANTIC(DestructuringIterator);84 ~DestructuringIterator() = default;107 class DestructuringRestIterator : public DestructuringIterator {109 …explicit DestructuringRestIterator(const DestructuringIterator &iterator) : DestructuringIterator(… in DestructuringRestIterator()
146 DestructuringIterator::DestructuringIterator(PandaGen *pg, const ir::AstNode *node) in DestructuringIterator() function in panda::es2panda::compiler::DestructuringIterator153 void DestructuringIterator::Step(Label *doneTarget) const in Step()186 void DestructuringIterator::OnIterDone([[maybe_unused]] Label *doneTarget) const in OnIterDone()
33 const DestructuringIterator &destIterator, bool isDeclaration) in GenRestElement()74 DestructuringIterator iterator(pg, array); in GenArray()
156 explicit DestructuringIteratorContext(PandaGen *pg, const DestructuringIterator &iterator);166 const DestructuringIterator &GetIterator() const in GetIterator()179 const DestructuringIterator &iterator_;
139 …gIteratorContext::DestructuringIteratorContext(PandaGen *pg, const DestructuringIterator &iterator) in DestructuringIteratorContext()