Home | History | Annotate | Download | only in Antlr3.Runtime

Lines Matching refs:dupTree

80     function DupTree(const Tree: IANTLRInterface): IANTLRInterface;
641 function DupTree(const Tree: IANTLRInterface): IANTLRInterface; overload;
642 function DupTree(const T, Parent: IANTLRInterface): IANTLRInterface; overload;
1272 function DupTree(const Tree: IANTLRInterface): IANTLRInterface; overload; virtual;
1307 function DupTree(const T, Parent: IANTLRInterface): IANTLRInterface; overload; virtual;
1599 /// around it. For trees, you must call the adaptor.dupTree()
2762 function TBaseTreeAdaptor.DupTree(const T,
2780 NewSubTree := DupTree(Child, T);
2786 function TBaseTreeAdaptor.DupTree(const Tree: IANTLRInterface): IANTLRInterface;
2788 Result := DupTree(Tree, nil);
3660 Result := FAdaptor.DupTree(O);