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

  /external/antlr/antlr-3.4/runtime/C/include/
antlr3commontreenodestream.h 175 ANTLR3_COMMON_TREE EOF_NODE;
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3commontreenodestream.c 244 antlr3SetCTAPI(&(stream->EOF_NODE));
251 stream->EOF_NODE.token = inStream->EOF_NODE.token;
252 inStream->EOF_NODE.token->strFactory = stream->stringFactory;
387 antlr3SetCTAPI(&(stream->EOF_NODE));
406 stream->EOF_NODE.token = token;
437 ANTLR3_FREE(ctns->EOF_NODE.token);
597 return &(tns->ctns->EOF_NODE.baseTree);
antlr3treeparser.c 225 if (current == &ctns->EOF_NODE.baseTree)

Completed in 47 milliseconds