Home
last modified time | relevance | path

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

/external/antlr/antlr-3.4/runtime/C/src/
Dantlr3commontreenodestream.c46 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
/external/antlr/antlr-3.4/runtime/C/include/
Dantlr3commontreenodestream.h284 pANTLR3_BASE_TREE (*newUpNode) (struct ANTLR3_COMMON_TREE_NODE_STREAM_struct * ctns); member