Lines Matching refs:child
118 // any of the labelled child nodes. Example:
164 for (auto child : children) {
165 delete child;
183 for (auto child : node->children) {
184 PrintNode(child, level + 1);
195 for (auto child : node->children) {
196 if (child->label == stack.labels[level]) {
197 child_to_add_to = child;
233 for (auto child : node->children) {
234 SortNode(child);