Lines Matching defs:body_
410 : body_(body),
440 RegExpTree* body() const { return body_; }
443 RegExpTree* body_;
455 : body_(nullptr),
470 RegExpTree* body() { return body_; }
472 body_ = body;
483 RegExpTree* body_ = nullptr;
493 : body_(body),
499 bool IsAnchoredAtStart() override { return body_->IsAnchoredAtStart(); }
500 bool IsAnchoredAtEnd() override { return body_->IsAnchoredAtEnd(); }
503 Interval CaptureRegisters() override { return body_->CaptureRegisters(); }
504 RegExpTree* body() const { return body_; }
507 RegExpTree* body_;
518 : body_(body),
530 RegExpTree* body() const { return body_; }
553 RegExpTree* body_;