Home | History | Annotate | Download | only in AST

Lines Matching defs:ParentNode

549       /// ParentNode - The index of the parent node.
550 unsigned ParentNode = 0;
557 DiffNode(unsigned ParentNode = 0) : ParentNode(ParentNode) {}
709 CurrentNode = FlatTree[CurrentNode].ParentNode;
745 ReadNode = FlatTree[ReadNode].ParentNode;