Home | History | Annotate | Download | only in Parse

Lines Matching refs:TryConsumeToken

263     if (!TryConsumeToken(tok::coloncolon, CCLoc)) {
905 if (TryConsumeToken(tok::equal))
958 TryConsumeToken(tok::ellipsis, EllipsisLoc);
1105 if (TryConsumeToken(tok::kw_mutable, MutableLoc))
2930 } while (TryConsumeToken(tok::comma));