Home
last modified time | relevance | path

Searched refs:baseTree (Results 1 – 7 of 7) sorted by relevance

/external/antlr/antlr-3.4/runtime/C/src/
Dantlr3commontree.c117 factory->unTruc.baseTree.strFactory = strFactory; in antlr3ArboretumNew()
196 tree->baseTree.strFactory = factory->unTruc.baseTree.strFactory; in newPoolTree()
203 tree->baseTree.super = tree; in newPoolTree()
208 return &(tree->baseTree); in newPoolTree()
227 newTree->u = tree->baseTree.u; // Copy any user pointer in newFromTree()
293 antlr3BaseTreeNew(&(tree->baseTree)); in antlr3SetCTAPI()
299 tree->baseTree.super = tree; in antlr3SetCTAPI()
303 tree->baseTree.isNilNode = isNilNode; in antlr3SetCTAPI()
304 tree->baseTree.toString = toString; in antlr3SetCTAPI()
305 tree->baseTree.dupNode = (void *(*)(pANTLR3_BASE_TREE))(dupNode); in antlr3SetCTAPI()
[all …]
Dantlr3commontreenodestream.c555 return &(tns->ctns->INVALID_NODE.baseTree); in LB()
560 return &(tns->ctns->INVALID_NODE.baseTree); in LB()
590 return &(tns->ctns->INVALID_NODE.baseTree); in _LT()
597 return &(tns->ctns->EOF_NODE.baseTree); in _LT()
766 node = &(ctns->DOWN.baseTree); in addNavigationNode()
777 node = &(ctns->UP.baseTree); in addNavigationNode()
900 return &(dNode->baseTree); in newDownNode()
914 return &(uNode->baseTree); in newUpNode()
Dantlr3treeparser.c225 if (current == &ctns->EOF_NODE.baseTree) in getMissingSymbol()
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DBaseTree.cs340 BaseTree baseTree = newTree as BaseTree; in ReplaceChildren()
341 if ( baseTree != null && baseTree.Children != null ) in ReplaceChildren()
343 newChildren = baseTree.Children; in ReplaceChildren()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DBaseTree.cs288 BaseTree baseTree = newTree as BaseTree; in ReplaceChildren()
289 if (baseTree != null && baseTree.children != null) { in ReplaceChildren()
290 newChildren = baseTree.children; in ReplaceChildren()
/external/antlr/antlr-3.4/runtime/C/include/
Dantlr3parsetree.h60 ANTLR3_BASE_TREE baseTree; member
Dantlr3commontree.h104 ANTLR3_BASE_TREE baseTree; member