Searched refs:ParseNode (Results 1 – 4 of 4) sorted by relevance
8 struct ParseNode { struct11 ParseNode *data;14 struct Definition : public ParseNode { };16 void CloneParseTree(ParseNode *opn, ParseNode *pn, ParseNode *x) { in CloneParseTree()35 struct ParseNode { struct43 ParseNode *data;47 struct Definition : public ParseNode { };49 void CloneParseTree(ParseNode *opn, ParseNode *pn, ParseNode *x) { in CloneParseTree()
53 object node = ParseNode(); in Pattern()67 object root = ParseNode(); in ParseTree()79 object child = ParseNode(); in ParseTree()94 public virtual object ParseNode() { in ParseNode() method in Antlr.Runtime.Tree.TreePatternParser
60 object node = ParseNode(); in Pattern()76 object root = ParseNode(); in ParseTree()93 object child = ParseNode(); in ParseTree()109 public virtual object ParseNode() in ParseNode() method in Antlr.Runtime.Tree.TreePatternParser
1048 function ParseNode: IANTLRInterface;1852 function ParseNode: IANTLRInterface;4266 function TTreePatternParser.ParseNode: IANTLRInterface; in ParseNode() function4339 Result := ParseNode;4353 Child := ParseNode;4378 Node := ParseNode;