Home | History | Annotate | Download | only in src

Lines Matching defs:each

855   void Initialize(Expression* each, Expression* enumerable, Statement* body) {
857 each_ = each;
861 Expression* each() const { return each_; }