Searched refs:ForOfLoopStatement (Results 1 – 6 of 6) sorted by relevance
46 V(ForOfLoopStatement) \520 struct ForOfLoopStatement : Statement { struct521 DEFINE_AST_NODE_LEAF_BOILERPLATE(ForOfLoopStatement)522 ForOfLoopStatement(SourcePosition pos, Statement* decl, Expression* iterable, in ForOfLoopStatement() argument
122 void Visit(ForOfLoopStatement* stmt);
133 const Type* Visit(ForOfLoopStatement* stmt);
425 void DeclarationVisitor::Visit(ForOfLoopStatement* stmt) { in Visit()
656 MakeNode<ForOfLoopStatement>(var_decl, iterable, range, body); in MakeForOfLoopStatement()
857 const Type* ImplementationVisitor::Visit(ForOfLoopStatement* stmt) { in Visit()