Lines Matching defs:child_
2999 PostorderProcessor* child() {return child_; }3025 : father_(father), child_(NULL), successor_iterator(NULL) { }3096 if (child_ == NULL) {3097 child_ = new(zone) PostorderProcessor(this);3099 return child_;3234 PostorderProcessor* child_;