Home | History | Annotate | Download | only in Parse

Lines Matching refs:SkipUntil

95       SkipUntil(tok::semi);
126 SkipUntil(tok::r_brace, false);
132 SkipUntil(tok::r_brace, /*StopAtSemi*/false, /*DontConsume*/true);
251 SkipUntil(tok::semi);
408 SkipUntil(tok::semi);
475 SkipUntil(tok::semi);
491 SkipUntil(tok::semi);
526 SkipUntil(tok::semi);
534 SkipUntil(tok::semi);
705 if (SkipUntil(tok::r_paren, /*StopAtSemi=*/true, /*DontConsume=*/true)) {
780 SkipUntil(tok::r_paren);
1242 SkipUntil(tok::semi, false, true);
1290 SkipUntil(tok::semi, true, true);
1309 if (!SkipUntil(tok::r_square))
1314 if (!SkipUntil(tok::r_paren))
1379 SkipUntil(tok::comma, true);
1608 SkipUntil(tok::comma, tok::l_brace, true, true);
1877 SkipUntil(tok::r_brace);
1907 SkipUntil(tok::semi);
1977 SkipUntil(tok::semi, true, true);
2033 SkipUntil(tok::r_brace, true, true);
2052 SkipUntil(tok::comma, true, true);
2090 SkipUntil(tok::r_brace, /*StopAtSemi*/false);
2143 SkipUntil(tok::comma, true, true);
2151 SkipUntil(tok::comma, true, true);
2168 SkipUntil(tok::comma, true, true);
2238 SkipUntil(tok::comma, true, true);
2251 SkipUntil(tok::comma, true, true);
2311 SkipUntil(tok::r_brace, true, true);
2577 SkipUntil(tok::r_brace, false, false);
2679 SkipUntil(tok::l_brace, true, true);
2760 SkipUntil(tok::r_paren);
3130 SkipUntil(tok::r_square, tok::comma, true, true);
3156 SkipUntil(tok::r_paren, false);
3176 SkipUntil(tok::r_square, false);
3180 SkipUntil(tok::r_square, false);
3217 SkipUntil(tok::r_square, true, true);