Searched refs:each_ (Results 1 – 1 of 1) sorted by relevance
529 each_ = each; in Initialize()533 Expression* each() const { return each_; } in each()541 : IterationStatement(pos, type), each_(nullptr), subject_(nullptr) {} in ForEachStatement()543 Expression* each_; variable