Home
last modified time | relevance | path

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

/external/antlr/antlr-3.4/runtime/C/src/
Dantlr3commontree.c398 pANTLR3_COMMON_TREE theOld; in dupNode() local
400 theOld = (pANTLR3_COMMON_TREE)(tree->super); in dupNode()
404 return theOld->factory->newFromTree(theOld->factory, theOld); in dupNode()