Home | History | Annotate | Download | only in Parse

Lines Matching refs:TryConsumeToken

263     if (!TryConsumeToken(tok::coloncolon, CCLoc)) {
916 if (TryConsumeToken(tok::equal))
969 TryConsumeToken(tok::ellipsis, EllipsisLoc);
3006 } while (TryConsumeToken(tok::comma));