Lines Matching refs:DupNode
77 function DupNode(const TreeNode: IANTLRInterface): IANTLRInterface;
79 /// <summary>Duplicate tree recursively, using DupNode() for each node </summary>
484 function DupNode: ITree;
570 function DupNode: ITree;
1148 function DupNode: ITree; virtual; abstract;
1227 function DupNode: ITree; override;
1271 function DupNode(const TreeNode: IANTLRInterface): IANTLRInterface; virtual; abstract;
1317 function DupNode(const TreeNode: IANTLRInterface): IANTLRInterface; override;
1473 function DupNode: ITree; override;
1588 function DupNode(const O: IANTLRInterface): IANTLRInterface;
2474 function TCommonTree.DupNode: ITree;
2772 Result := DupNode(T);
2898 function TCommonTreeAdaptor.DupNode(
2904 Result := (TreeNode as ITree).DupNode;
3414 function TParseTree.DupNode: ITree;
3652 Result := FAdaptor.DupNode(El);
3663 function TRewriteRuleSubtreeStream.DupNode(
3666 Result := FAdaptor.DupNode(O);
3683 Result := FetchObject(DupNode);