Home | History | Annotate | Download | only in Format

Lines Matching defs:Children

60       Current->Children.clear();
62 I = Node.Children.begin(),
63 E = Node.Children.end();
65 Children.push_back(new AnnotatedLine(*I));
66 Current->Children.push_back(Children.back());
74 for (unsigned i = 0, e = Children.size(); i != e; ++i) {
75 delete Children[i];
82 SmallVector<AnnotatedLine *, 0> Children;
98 /// \c True if a one of this line's children intersects with an input range.