Home
last modified time | relevance | path

Searched refs:ParseNode (Results 1 – 4 of 4) sorted by relevance

/external/clang/test/Analysis/
Dunions.cpp8 struct ParseNode { struct
11 ParseNode *data;
14 struct Definition : public ParseNode { };
16 void CloneParseTree(ParseNode *opn, ParseNode *pn, ParseNode *x) { in CloneParseTree()
35 struct ParseNode { struct
43 ParseNode *data;
47 struct Definition : public ParseNode { };
49 void CloneParseTree(ParseNode *opn, ParseNode *pn, ParseNode *x) { in CloneParseTree()
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DTreePatternParser.cs60 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
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DTreePatternParser.cs53 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
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tree.pas1048 function ParseNode: IANTLRInterface;
1852 function ParseNode: IANTLRInterface;
4266 function TTreePatternParser.ParseNode: IANTLRInterface; in ParseNode() function
4339 Result := ParseNode;
4353 Child := ParseNode;
4378 Node := ParseNode;