Home
last modified time | relevance | path

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

/external/antlr/runtime/C/src/
Dantlr3commontree.c417 pANTLR3_COMMON_TREE theOld; in dupNode() local
419 theOld = (pANTLR3_COMMON_TREE)(tree->super); in dupNode()
423 return theOld->factory->newFromTree(theOld->factory, theOld); in dupNode()