Home | History | Annotate | Download | only in Parse

Lines Matching refs:SkipUntil

170         SkipUntil(tok::r_brace, /*StopAtSemi=*/true, /*DontConsume=*/true);
322 SkipUntil(tok::r_brace, true, true);
339 SkipUntil(tok::r_brace, /*StopAtSemi=*/true, /*DontConsume=*/true);
554 SkipUntil(tok::colon);
567 SkipUntil(tok::colon);
871 SkipUntil(tok::semi);
933 SkipUntil(tok::semi);
969 SkipUntil(tok::semi);
1095 SkipUntil(tok::semi);
1134 SkipUntil(tok::r_brace, false, false);
1136 SkipUntil(tok::semi);
1184 SkipUntil(tok::semi);
1285 SkipUntil(tok::semi, false, true);
1293 SkipUntil(tok::semi, false, true);
1342 SkipUntil(tok::semi);
1471 SkipUntil(tok::r_paren, false, true);
1478 SkipUntil(tok::r_paren, true, true);
1510 SkipUntil(tok::r_paren, true, true);
1612 SkipUntil(tok::semi, false, true);
1671 SkipUntil(tok::semi, false, true);
2216 SkipUntil(tok::r_paren);
2335 SkipUntil(tok::r_paren);
2349 SkipUntil(tok::r_paren);
2356 SkipUntil(tok::r_paren);
2366 SkipUntil(tok::r_paren);
2450 SkipUntil(tok::r_brace, /*StopAtSemi=*/false, /*DontConsume=*/false);
2458 if (SkipUntil(tok::r_brace, /*StopAtSemi=*/false, /*DontConsume=*/false,