Home
last modified time | relevance | path

Searched defs:DupNode (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tree.pas77 function DupNode(const TreeNode: IANTLRInterface): IANTLRInterface; in DupNode() function
484 function DupNode: ITree; in DupNode() function
570 function DupNode: ITree; in DupNode() function
1148 function DupNode: ITree; virtual; abstract; in DupNode() function
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; in DupNode() function
2474 function TCommonTree.DupNode: ITree; in TCommonTree.DupNode() function
[all …]
/aosp_15_r20/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DParseTree.cs85 public override ITree DupNode() { in DupNode() method in Antlr.Runtime.Tree.ParseTree
H A DCommonTree.cs184 public override ITree DupNode() { in DupNode() method in Antlr.Runtime.Tree.CommonTree
H A DITree.cs137 ITree DupNode(); in DupNode() method
H A DCommonTreeAdaptor.cs60 public override object DupNode(object t) { in DupNode() method in Antlr.Runtime.Tree.CommonTreeAdaptor
H A DBaseTree.cs442 public abstract ITree DupNode(); in DupNode() method in Antlr.Runtime.Tree.BaseTree
H A DITreeAdaptor.cs66 object DupNode(object treeNode); in DupNode() method
H A DBaseTreeAdaptor.cs306 public abstract object DupNode(object treeNode); in DupNode() method in Antlr.Runtime.Tree.BaseTreeAdaptor
/aosp_15_r20/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DRemoteDebugEventSocketListener.cs229 public override ITree DupNode() { in DupNode() method in Antlr.Runtime.Debug.RemoteDebugEventSocketListener.ProxyTree
H A DDebugTreeAdaptor.cs100 public virtual object DupNode(object treeNode) { in DupNode() method in Antlr.Runtime.Debug.DebugTreeAdaptor