Searched refs:discardOffChannel (Results 1 - 2 of 2) sorted by relevance

/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3tokenstream.h234 ANTLR3_BOOLEAN discardOffChannel; member in struct:ANTLR3_COMMON_TOKEN_STREAM_struct
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3tokenstream.c44 static void discardOffChannel (pANTLR3_COMMON_TOKEN_STREAM cts, ANTLR3_BOOLEAN discard);
200 cts->discardOffChannel = ANTLR3_FALSE;
245 stream->discardOffChannel = ANTLR3_FALSE;
290 stream->discardOffChannelToks = discardOffChannel;
694 discardOffChannel (pANTLR3_COMMON_TOKEN_STREAM tokenStream, ANTLR3_BOOLEAN discard) function
696 tokenStream->discardOffChannel = discard;
981 else if ( tokenStream->discardOffChannel == ANTLR3_TRUE

Completed in 64 milliseconds