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

  /external/antlr/antlr-3.4/runtime/C/include/
antlr3commontreenodestream.h 284 pANTLR3_BASE_TREE (*newUpNode) (struct ANTLR3_COMMON_TREE_NODE_STREAM_struct * ctns);
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3commontreenodestream.c 46 static pANTLR3_BASE_TREE newUpNode (pANTLR3_COMMON_TREE_NODE_STREAM ctns);
185 stream->newUpNode = newUpNode;
328 stream->newUpNode = newUpNode;
773 node = ctns->newUpNode(ctns);
904 newUpNode (pANTLR3_COMMON_TREE_NODE_STREAM ctns)

Completed in 210 milliseconds