Home | History | Annotate | Download | only in Parse

Lines Matching refs:TryConsumeToken

143       if (TryConsumeToken(tok::comma))
316 } while (TryConsumeToken(tok::comma));
470 if (!TryConsumeToken(tok::equal)) {
494 if (TryConsumeToken(tok::comma))
550 if (TryConsumeToken(tok::comma))
989 } while (TryConsumeToken(tok::comma));
1070 if (!TryConsumeToken(tok::colon)) {
1076 if (!TryConsumeToken(tok::comma)) {
1292 while (TryConsumeToken(tok::comma)) {
1624 TryConsumeToken(tok::semi);
1791 if (TryConsumeToken(tok::colon, FRI->ColonLoc)) {
1821 while (TryConsumeToken(tok::comma, CommaLoc)) {
1870 TryConsumeToken(tok::semi);
2442 TryConsumeToken(tok::ellipsis, EllipsisLoc);
3541 if (TryConsumeToken(tok::colon)) {
3557 if (!TryConsumeToken(tok::comma, CommaLoc))
3661 if (TryConsumeToken(tok::semi))
3673 TryConsumeToken(tok::semi);
4098 TryConsumeToken(tok::comma))
4120 if (TryConsumeToken(tok::equal, EqualLoc)) {
4148 if (Tok.isNot(tok::r_brace) && !TryConsumeToken(tok::comma, CommaLoc)) {
4155 if (TryConsumeToken(tok::comma, CommaLoc))
5737 } while (TryConsumeToken(tok::comma));
5779 if (TryConsumeToken(tok::ellipsis, EllipsisLoc))
5902 if (TryConsumeToken(tok::ellipsis, EllipsisLoc)) {
5934 } while (TryConsumeToken(tok::comma));
5985 TryConsumeToken(tok::kw_static, StaticLoc);
5995 TryConsumeToken(tok::kw_static, StaticLoc);