Home | History | Annotate | Download | only in src

Lines Matching full:consume

457 consume(is);									// Consume that token from the stream
522 is->consume(is);
562 // follow set and does not indicate a missing token. We will just consume this
714 /// 3. consume until token found in resynch set
799 /// thing to do is to consume tokens until you see something that
802 /// input might just be missing a token--you might consume the
843 /// we resync'd to that token, we'd consume until EOF. We need to
846 /// not consume anything and after printing an error rule c would
851 /// the same recovery set and doesn't consume anything. Rule b
1361 // consumed. Consume a single token so at least to prevent
1364 is->consume(is);
1379 // Consume tokens until we have resynced to something in the follows set
1476 // from the stream by consuming it, then consume this next one along too as
1494 is->consume(is);
1503 // Print out the error after we consume so that ANTLRWorks sees the
1512 // Consume the token that the rule actually expected to get as if everything
1515 is->consume(is);
1757 is->consume(is);
1807 is->consume(is);