Lines Matching full:consume
70 procedure Consume;
747 /// 3. consume until token found in resynch set
819 /// <summary>Consume tokens until one matches the given token set </summary>
1651 procedure Consume; virtual;
2157 * thing to do is to consume tokens until you see something that
2160 * input might just be missing a token--you might consume the
2201 * we resync'd to that token, we'd consume until EOF. We need to
2204 * not consume anything and after printing an error rule c would
2209 * the same recovery set and doesn't consume anything. Rule b
2322 /// to consume). p==-1 indicates that the tokens list is empty
2344 procedure Consume; virtual;
3161 procedure TANTLRStringStream.Consume;
3314 // seek forward, consume until p hits index
3316 Consume;
4214 Input.Consume;
4265 Input.Consume;
4494 Input.Consume;
4513 Input.Consume;
4551 // we have no information about the follow; we can only consume
4612 // consumed; consume a single token so at least to prevent
4614 Input.Consume;
4649 Input.Consume; // simply delete extra token
4654 Input.Consume; // move past ttype token as if all were ok
4748 procedure TCommonTokenStream.Consume;
5153 Input.Consume;
5177 Input.Consume;
5190 Input.Consume;
5198 Input.Consume;
5470 Recover(MTE); // don't really recover; just consume in lexer
5473 FInput.Consume;
5493 FInput.Consume;
5499 FInput.Consume;
5517 FInput.Consume;
5563 FInput.Consume;