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

  /external/antlr/antlr-3.4/runtime/C/include/
antlr3tokenstream.h 180 /** Function that knows how to free the memory for an ANTLR3_TOKEN_STREAM
184 ANTLR3_TOKEN_STREAM;
192 /** The ANTLR3_TOKEN_STREAM interface implementation, which also includes
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3tokenstream.c 99 stream = (pANTLR3_TOKEN_STREAM) ANTLR3_MALLOC(sizeof(ANTLR3_TOKEN_STREAM));

Completed in 669 milliseconds