Lines Matching refs:StopBeforeMatch
193 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseStatementOrDeclarationAfterAttributes()
372 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseStatementOrDeclarationAfterAttributes()
389 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseExprStatement()
668 if (SkipUntil(tok::colon, tok::r_brace, StopAtSemi | StopBeforeMatch)) { in ParseCaseStatement()
686 if (SkipUntil(tok::colon, tok::r_brace, StopAtSemi | StopBeforeMatch)) { in ParseCaseStatement()
1393 SkipUntil(tok::semi, StopBeforeMatch); in ParseDoStatement()
1401 SkipUntil(tok::semi, StopBeforeMatch); in ParseDoStatement()
1611 SkipUntil(tok::r_paren, StopBeforeMatch); in ParseForStatement()
1618 SkipUntil(tok::r_paren, StopAtSemi | StopBeforeMatch); in ParseForStatement()
1653 SkipUntil(tok::r_paren, StopAtSemi | StopBeforeMatch); in ParseForStatement()
1762 SkipUntil(tok::semi, StopBeforeMatch); in ParseGotoStatement()
1821 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseReturnStatement()