Lines Matching refs:DupNode
77 function DupNode(const TreeNode: IANTLRInterface): IANTLRInterface;
484 function DupNode: ITree;
570 function DupNode: ITree; in DupNode() function
1148 function DupNode: ITree; virtual; abstract;
1227 function DupNode: ITree; override; in DupNode() function
1271 function DupNode(const TreeNode: IANTLRInterface): IANTLRInterface; virtual; abstract; in DupNode() function
1317 function DupNode(const TreeNode: IANTLRInterface): IANTLRInterface; override; in DupNode() function
1473 function DupNode: ITree; override; in DupNode() function
1588 function DupNode(const O: IANTLRInterface): IANTLRInterface;
2474 function TCommonTree.DupNode: ITree; in DupNode() function
2772 Result := DupNode(T);
2898 function TCommonTreeAdaptor.DupNode( in DupNode() function
2904 Result := (TreeNode as ITree).DupNode;
3414 function TParseTree.DupNode: ITree; in DupNode() function
3652 Result := FAdaptor.DupNode(El);
3663 function TRewriteRuleSubtreeStream.DupNode( in TRewriteRuleSubtreeStream.DupNode() function
3666 Result := FAdaptor.DupNode(O);
3683 Result := FetchObject(DupNode);