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

/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3commontree.c117 factory->unTruc.baseTree.strFactory = strFactory;
196 tree->baseTree.strFactory = factory->unTruc.baseTree.strFactory;
203 tree->baseTree.super = tree;
208 return &(tree->baseTree);
227 newTree->u = tree->baseTree.u; // Copy any user pointer
293 antlr3BaseTreeNew(&(tree->baseTree));
299 tree->baseTree.super = tree;
303 tree->baseTree.isNilNode = isNilNode;
304 tree->baseTree
[all...]
H A Dantlr3commontreenodestream.c555 return &(tns->ctns->INVALID_NODE.baseTree);
560 return &(tns->ctns->INVALID_NODE.baseTree);
590 return &(tns->ctns->INVALID_NODE.baseTree);
597 return &(tns->ctns->EOF_NODE.baseTree);
766 node = &(ctns->DOWN.baseTree);
777 node = &(ctns->UP.baseTree);
900 return &(dNode->baseTree);
914 return &(uNode->baseTree);
H A Dantlr3treeparser.c225 if (current == &ctns->EOF_NODE.baseTree)
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3parsetree.h60 ANTLR3_BASE_TREE baseTree; member in struct:ANTLR3_PARSE_TREE_struct
H A Dantlr3commontree.h86 /// as you always have a baseTree pointer in the top structure
104 ANTLR3_BASE_TREE baseTree; member in struct:ANTLR3_COMMON_TREE_struct
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DBaseTree.cs288 BaseTree baseTree = newTree as BaseTree;
289 if (baseTree != null && baseTree.children != null) {
290 newChildren = baseTree.children;
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DBaseTree.cs340 BaseTree baseTree = newTree as BaseTree;
341 if ( baseTree != null && baseTree.Children != null )
343 newChildren = baseTree.Children;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.team.core_3.5.100.R36x_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 154 milliseconds