Home | History | Annotate | Download | only in Scalar

Lines Matching refs:child

356   // calls as well as the generation. There is a child iterator so that the
362 DomTreeNode::iterator child, DomTreeNode::iterator end)
363 : CurrentGeneration(cg), ChildGeneration(cg), Node(n), ChildIter(child),
374 DomTreeNode *child = *ChildIter;
376 return child;
800 // Push the next child onto the stack.
801 DomTreeNode *child = NodeToProcess->nextChild();
804 NodeToProcess->childGeneration(), child, child->begin(),
805 child->end()));