Home
last modified time | relevance | path

Searched defs:DupTree (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DBaseTreeAdaptor.cs81 public virtual object DupTree(object tree) { in DupTree() method in Antlr.Runtime.Tree.BaseTreeAdaptor
91 public virtual object DupTree(object t, object parent) { in DupTree() method in Antlr.Runtime.Tree.BaseTreeAdaptor
H A DITreeAdaptor.cs69 object DupTree(object tree); in DupTree() method
/aosp_15_r20/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tree.pas80 function DupTree(const Tree: IANTLRInterface): IANTLRInterface; in DupTree() function
641 function DupTree(const Tree: IANTLRInterface): IANTLRInterface; overload; in DupTree() function
642 function DupTree(const T, Parent: IANTLRInterface): IANTLRInterface; overload; in DupTree() function
1272 function DupTree(const Tree: IANTLRInterface): IANTLRInterface; overload; virtual; in DupTree() function
1307 function DupTree(const T, Parent: IANTLRInterface): IANTLRInterface; overload; virtual; in DupTree() function
2762 function TBaseTreeAdaptor.DupTree(const T, in TBaseTreeAdaptor.DupTree() function
2786 function TBaseTreeAdaptor.DupTree(const Tree: IANTLRInterface): IANTLRInterface; in TBaseTreeAdaptor.DupTree() function
/aosp_15_r20/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DDebugTreeAdaptor.cs80 public virtual object DupTree(object tree) { in DupTree() method in Antlr.Runtime.Debug.DebugTreeAdaptor