Home | History | Annotate | Download | only in AST

Lines Matching refs:ChildNode

546       /// ChildNode - The index of the first child node or 0.
547 unsigned ChildNode = 0;
719 if (Node.ChildNode == 0) {
721 Node.ChildNode = NextFreeNode;
726 for (i = Node.ChildNode; FlatTree[i].NextNode != 0;
854 return FlatTree[ReadNode].ChildNode != 0;
859 ReadNode = FlatTree[ReadNode].ChildNode;