Lines Matching refs:StopBeforeMatch
197 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseStatementOrDeclarationAfterAttributes()
390 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseStatementOrDeclarationAfterAttributes()
407 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseExprStatement()
687 if (SkipUntil(tok::colon, tok::r_brace, StopAtSemi | StopBeforeMatch)) { in ParseCaseStatement()
705 if (SkipUntil(tok::colon, tok::r_brace, StopAtSemi | StopBeforeMatch)) { in ParseCaseStatement()
1444 SkipUntil(tok::semi, StopBeforeMatch); in ParseDoStatement()
1452 SkipUntil(tok::semi, StopBeforeMatch); in ParseDoStatement()
1667 SkipUntil(tok::r_paren, StopBeforeMatch); in ParseForStatement()
1674 SkipUntil(tok::r_paren, StopAtSemi | StopBeforeMatch); in ParseForStatement()
1709 SkipUntil(tok::r_paren, StopAtSemi | StopBeforeMatch); in ParseForStatement()
1831 SkipUntil(tok::semi, StopBeforeMatch); in ParseGotoStatement()
1896 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseReturnStatement()