Home
last modified time | relevance | path

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

/external/antlr/runtime/C/src/
Dantlr3commontree.c117 factory->unTruc.baseTree.strFactory = strFactory; in antlr3ArboretumNew()
215 tree->baseTree.strFactory = factory->unTruc.baseTree.strFactory; in newPoolTree()
222 tree->baseTree.super = tree; in newPoolTree()
227 return &(tree->baseTree); in newPoolTree()
246 newTree->u = tree->baseTree.u; // Copy any user pointer in newFromTree()
312 antlr3BaseTreeNew(&(tree->baseTree)); in antlr3SetCTAPI()
318 tree->baseTree.super = tree; in antlr3SetCTAPI()
322 tree->baseTree.isNilNode = isNilNode; in antlr3SetCTAPI()
323 tree->baseTree.toString = toString; in antlr3SetCTAPI()
324 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/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DBaseTree.cs364 BaseTree baseTree = newTree as BaseTree; in ReplaceChildren()
365 if ( baseTree != null && baseTree.Children != null ) in ReplaceChildren()
367 newChildren = baseTree.Children; in ReplaceChildren()
468 BaseTree baseTree = child as BaseTree; in FreshenParentAndChildIndexesDeeply()
469 if (baseTree != null) in FreshenParentAndChildIndexesDeeply()
470 baseTree.FreshenParentAndChildIndexesDeeply(); in FreshenParentAndChildIndexesDeeply()
/external/antlr/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/runtime/C/include/
Dantlr3parsetree.h60 ANTLR3_BASE_TREE baseTree; member
Dantlr3commontree.h104 ANTLR3_BASE_TREE baseTree; member
/external/antlr/runtime/Cpp/include/
Dantlr3commontreeadaptor.inl157 // any pointers it was carrying around. We are just the baseTree handler so we