Home | History | Annotate | Download | only in Parse

Lines Matching refs:TryConsumeToken

149     if (!TryConsumeToken(tok::comma))
525 if (TryConsumeToken(tok::colon, colonLoc)) {
558 } while (TryConsumeToken(tok::comma));
1585 if (!TryConsumeToken(tok::comma))
1682 } while (TryConsumeToken(tok::comma));
1742 TryConsumeToken(tok::ellipsis, ellipsisLoc);
1752 } while (TryConsumeToken(tok::comma));
1918 if (TryConsumeToken(tok::at)) { // parse objc-visibility-spec
2024 if (TryConsumeToken(tok::semi)) { // forward declaration of one protocol.
2179 if (TryConsumeToken(tok::colon)) {
2336 if (TryConsumeToken(tok::equal)) {
3425 TryConsumeToken(tok::ellipsis, EllipsisLoc);
3434 if (!TryConsumeToken(tok::comma) && Tok.isNot(tok::r_brace))
3528 if (TryConsumeToken(tok::coloncolon)) { // Handle :: in C++.