Home | History | Annotate | Download | only in regexp

Lines Matching defs:body_

364       : body_(body),
390 RegExpTree* body() { return body_; }
393 RegExpTree* body_;
404 explicit RegExpCapture(int index) : body_(NULL), index_(index) {}
414 int min_match() override { return body_->min_match(); }
415 int max_match() override { return body_->max_match(); }
416 RegExpTree* body() { return body_; }
417 void set_body(RegExpTree* body) { body_ = body; }
423 RegExpTree* body_;
434 : body_(body),
448 RegExpTree* body() { return body_; }
455 RegExpTree* body_;