HomeSort by relevance Sort by last modified time
    Searched refs:oldRootTree (Results 1 - 7 of 7) sorted by null

  /external/antlr/runtime/C/src/
antlr3basetreeadaptor.c 620 becomeRoot (pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_TREE newRootTree, pANTLR3_BASE_TREE oldRootTree)
630 return oldRootTree;
636 if (oldRootTree == NULL)
668 newRootTree->addChild(newRootTree, oldRootTree);
674 if (oldRootTree->isNilNode(oldRootTree))
683 oldRootTree->reuse(oldRootTree);
691 dbgBecomeRoot (pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_TREE newRootTree, pANTLR3_BASE_TREE oldRootTree)
695 t = becomeRoot(adaptor, newRootTree, oldRootTree);
    [all...]
  /external/antlr/runtime/JavaScript/src/org/antlr/runtime/tree/
BaseTreeAdaptor.js 101 oldRootTree = oldRoot;
118 newRootTree.addChild(oldRootTree);
  /external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
BaseTreeAdaptor.cs 156 ITree oldRootTree = (ITree)oldRoot;
173 newRootTree.AddChild(oldRootTree);
  /external/antlr/runtime/Java/src/main/java/org/antlr/runtime/tree/
BaseTreeAdaptor.java 146 Tree oldRootTree = (Tree)oldRoot;
162 newRootTree.addChild(oldRootTree);
  /external/antlr/runtime/Cpp/include/
antlr3commontreeadaptor.hpp 145 TreeType* becomeRoot( TreeType* newRootTree, TreeType* oldRootTree );
  /external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
BaseTreeAdaptor.cs 191 ITree oldRootTree = (ITree)oldRoot;
211 newRootTree.AddChild( oldRootTree );
  /external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/tree/
BaseTreeAdaptor.as 115 var oldRootTree:Tree = Tree(oldRoot);
131 newRootTree.addChild(oldRootTree);

Completed in 734 milliseconds