Home | History | Annotate | Download | only in Parse

Lines Matching refs:StopBeforeMatch

193         SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch);
372 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch);
389 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch);
648 if (SkipUntil(tok::colon, tok::r_brace, StopAtSemi | StopBeforeMatch)) {
666 if (SkipUntil(tok::colon, tok::r_brace, StopAtSemi | StopBeforeMatch)) {
1379 SkipUntil(tok::semi, StopBeforeMatch);
1387 SkipUntil(tok::semi, StopBeforeMatch);
1600 SkipUntil(tok::r_paren, StopBeforeMatch);
1607 SkipUntil(tok::r_paren, StopAtSemi | StopBeforeMatch);
1642 SkipUntil(tok::r_paren, StopAtSemi | StopBeforeMatch);
1751 SkipUntil(tok::semi, StopBeforeMatch);
1810 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch);