Home | History | Annotate | Download | only in Parse

Lines Matching refs:SkipUntil

157         SkipUntil(tok::r_brace, /*StopAtSemi=*/true, /*DontConsume=*/true);
302 SkipUntil(tok::r_brace, true, true);
319 SkipUntil(tok::r_brace, /*StopAtSemi=*/true, /*DontConsume=*/true);
534 SkipUntil(tok::colon);
547 SkipUntil(tok::colon);
851 SkipUntil(tok::semi);
913 SkipUntil(tok::semi);
949 SkipUntil(tok::semi);
1075 SkipUntil(tok::semi);
1114 SkipUntil(tok::r_brace, false, false);
1116 SkipUntil(tok::semi);
1164 SkipUntil(tok::semi);
1265 SkipUntil(tok::semi, false, true);
1273 SkipUntil(tok::semi, false, true);
1322 SkipUntil(tok::semi);
1451 SkipUntil(tok::r_paren, false, true);
1458 SkipUntil(tok::r_paren, true, true);
1490 SkipUntil(tok::r_paren, true, true);
1592 SkipUntil(tok::semi, false, true);
1651 SkipUntil(tok::semi, false, true);
1813 SkipUntil(tok::r_paren);
1932 SkipUntil(tok::r_paren);
1946 SkipUntil(tok::r_paren);
1953 SkipUntil(tok::r_paren);
1963 SkipUntil(tok::r_paren);
2047 SkipUntil(tok::r_brace, /*StopAtSemi=*/false, /*DontConsume=*/false);
2055 if (SkipUntil(tok::r_brace, /*StopAtSemi=*/false, /*DontConsume=*/false,