Lines Matching full:consume
66 static void consume (pANTLR3_INT_STREAM is);
224 stream->tstream->istream->consume = dbgConsume;
319 stream->tstream->istream->consume = consume;
340 ts->istream->consume = dbgConsume;
593 * must become active with LT(1) available. consume() simply
595 * input symbol. Consume at least one token.
600 consume (pANTLR3_INT_STREAM is)
616 /// As per ordinary consume but notifies the debugger about hidden
637 consume(is); // Standard consumer
645 // The standard consume caused the index to advance by more than 1,
1021 /* Set the consume pointer to the first token that is on our channel