Searched refs:newUpNode (Results 1 – 2 of 2) sorted by relevance
46 static pANTLR3_BASE_TREE newUpNode (pANTLR3_COMMON_TREE_NODE_STREAM ctns);185 stream->newUpNode = newUpNode; in antlr3CommonTreeNodeStreamNewStream()328 stream->newUpNode = newUpNode; in antlr3CommonTreeNodeStreamNew()773 node = ctns->newUpNode(ctns); in addNavigationNode()904 newUpNode (pANTLR3_COMMON_TREE_NODE_STREAM ctns) in newUpNode() function
284 pANTLR3_BASE_TREE (*newUpNode) (struct ANTLR3_COMMON_TREE_NODE_STREAM_struct * ctns); member