Lines Matching full:childnode
521 /// ChildNode - The index of the first child node or 0.
522 unsigned ChildNode;
563 : Kind(Invalid), NextNode(0), ChildNode(0), ParentNode(ParentNode),
666 if (Node.ChildNode == 0) {
668 Node.ChildNode = NextFreeNode;
673 for (i = Node.ChildNode; FlatTree[i].NextNode != 0;
744 return FlatTree[ReadNode].ChildNode != 0;
749 ReadNode = FlatTree[ReadNode].ChildNode;