Home
last modified time | relevance | path

Searched defs:CreateNode (Results 1 – 14 of 14) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DTraceDebugEventListener.cs99 public override void CreateNode( object t ) in CreateNode() method in Antlr.Runtime.Debug.TraceDebugEventListener
107 public override void CreateNode( object node, IToken token ) in CreateNode() method in Antlr.Runtime.Debug.TraceDebugEventListener
DBlankDebugEventListener.cs146 public virtual void CreateNode( object t ) in CreateNode() method in Antlr.Runtime.Debug.BlankDebugEventListener
149 public virtual void CreateNode( object node, IToken token ) in CreateNode() method in Antlr.Runtime.Debug.BlankDebugEventListener
DDebugEventRepeater.cs173 public virtual void CreateNode( object t ) in CreateNode() method in Antlr.Runtime.Debug.DebugEventRepeater
177 public virtual void CreateNode( object node, IToken token ) in CreateNode() method in Antlr.Runtime.Debug.DebugEventRepeater
DDebugEventHub.cs319 public virtual void CreateNode( object t ) in CreateNode() method in Antlr.Runtime.Debug.DebugEventHub
328 public virtual void CreateNode( object node, IToken token ) in CreateNode() method in Antlr.Runtime.Debug.DebugEventHub
DDebugEventSocketProxy.cs360 public override void CreateNode( object t ) in CreateNode() method in Antlr.Runtime.Debug.DebugEventSocketProxy
374 public override void CreateNode( object node, IToken token ) in CreateNode() method in Antlr.Runtime.Debug.DebugEventSocketProxy
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DTraceDebugEventListener.cs88 public override void CreateNode(object t) { in CreateNode() method in Antlr.Runtime.Debug.TraceDebugEventListener
95 public override void CreateNode(object node, IToken token) { in CreateNode() method in Antlr.Runtime.Debug.TraceDebugEventListener
DBlankDebugEventListener.cs116 public virtual void CreateNode(object t) { in CreateNode() method in Antlr.Runtime.Debug.BlankDebugEventListener
118 public virtual void CreateNode(object node, IToken token) { in CreateNode() method in Antlr.Runtime.Debug.BlankDebugEventListener
DIDebugEventListener.cs331 void CreateNode(object t); in CreateNode() method
341 void CreateNode(object node, IToken token); in CreateNode() method
DDebugEventHub.cs262 public virtual void CreateNode(object t) { in CreateNode() method in Antlr.Runtime.Debug.DebugEventHub
269 public virtual void CreateNode(object node, IToken token) { in CreateNode() method in Antlr.Runtime.Debug.DebugEventHub
DDebugEventRepeater.cs143 public virtual void CreateNode(object t) { in CreateNode() method in Antlr.Runtime.Debug.DebugEventRepeater
146 public virtual void CreateNode(object node, IToken token) { in CreateNode() method in Antlr.Runtime.Debug.DebugEventRepeater
DDebugEventSocketProxy.cs317 public override void CreateNode(object t) { in CreateNode() method in Antlr.Runtime.Debug.DebugEventSocketProxy
330 public override void CreateNode(object node, IToken token) { in CreateNode() method in Antlr.Runtime.Debug.DebugEventSocketProxy
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Debug/
DIDebugEventListener.cs333 void CreateNode( object t ); in CreateNode() method
343 void CreateNode( object node, IToken token ); in CreateNode() method
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_document_imp.cpp170 CXFA_Node* CXFA_Document::CreateNode(FX_DWORD dwPacket, XFA_ELEMENT eElement) { in CreateNode() function in CXFA_Document
174 CXFA_Node* CXFA_Document::CreateNode(XFA_LPCPACKETINFO pPacket, in CreateNode() function in CXFA_Document
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tree.pas1270 function CreateNode(const Payload: IToken): IANTLRInterface; overload; virtual; abstract; in CreateNode() function
1282 …function CreateNode(const TokenType: Integer; const FromToken: IToken): IANTLRInterface; overload;… in CreateNode() function
1283 function CreateNode(const TokenType: Integer; const FromToken: IToken; in CreateNode() function
1285 …function CreateNode(const TokenType: Integer; const Text: String): IANTLRInterface; overload; virt… in CreateNode() function
1318 function CreateNode(const Payload: IToken): IANTLRInterface; overload; override; in CreateNode() function
2720 function TBaseTreeAdaptor.CreateNode(const TokenType: Integer; in CreateNode() function
2730 function TBaseTreeAdaptor.CreateNode(const TokenType: Integer; in CreateNode() function
2739 function TBaseTreeAdaptor.CreateNode(const TokenType: Integer; in CreateNode() function
2882 function TCommonTreeAdaptor.CreateNode(const Payload: IToken): IANTLRInterface; in CreateNode() function