Searched refs:ForLoopStatement (Results 1 – 6 of 6) sorted by relevance
45 V(ForLoopStatement) \496 struct ForLoopStatement : Statement { struct497 DEFINE_AST_NODE_LEAF_BOILERPLATE(ForLoopStatement)498 ForLoopStatement(SourcePosition pos, base::Optional<Statement*> declaration, in ForLoopStatement() argument
133 void Visit(ForLoopStatement* stmt);
131 const Type* Visit(ForLoopStatement* stmt);
440 void DeclarationVisitor::Visit(ForLoopStatement* stmt) { in Visit()
666 Statement* result = MakeNode<ForLoopStatement>(var_decl, test, action, body); in MakeForLoopStatement()
1010 const Type* ImplementationVisitor::Visit(ForLoopStatement* stmt) { in Visit()