Lines Matching refs:SkipUntil

225         SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch);  in ParseStatementOrDeclarationAfterAttributes()
540 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseStatementOrDeclarationAfterAttributes()
559 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseExprStatement()
871 if (!SkipUntil(tok::colon, tok::r_brace, StopAtSemi | StopBeforeMatch)) in ParseCaseStatement()
886 if (!SkipUntil(tok::colon, tok::r_brace, StopAtSemi | StopBeforeMatch)) in ParseCaseStatement()
1277 SkipUntil(tok::semi); in ParseCompoundStatementBody()
1365 SkipUntil(tok::semi); in ParseParenExprOrCondition()
1532 SkipUntil(tok::semi); in ParseIfStatement()
1729 SkipUntil(tok::semi); in ParseSwitchStatement()
1771 SkipUntil(tok::r_brace); in ParseSwitchStatement()
1773 SkipUntil(tok::semi); in ParseSwitchStatement()
1817 SkipUntil(tok::semi); in ParseWhileStatement()
1920 SkipUntil(tok::semi, StopBeforeMatch); in ParseDoStatement()
1928 SkipUntil(tok::semi, StopBeforeMatch); in ParseDoStatement()
1947 SkipUntil(tok::semi); in ParseDoStatement()
2014 SkipUntil(tok::semi); in ParseForStatement()
2181 SkipUntil(tok::r_paren, StopBeforeMatch); in ParseForStatement()
2188 SkipUntil(tok::r_paren, StopAtSemi | StopBeforeMatch); in ParseForStatement()
2269 SkipUntil(tok::r_paren, StopAtSemi | StopBeforeMatch); in ParseForStatement()
2396 SkipUntil(tok::semi, StopBeforeMatch); in ParseGotoStatement()
2465 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseReturnStatement()
2605 if (!SkipUntil(tok::r_brace, StopAtCodeCompletion)) { in trySkippingFunctionBody()
2610 if (!SkipUntil(tok::l_brace, StopAtCodeCompletion) || in trySkippingFunctionBody()
2611 !SkipUntil(tok::r_brace, StopAtCodeCompletion)) { in trySkippingFunctionBody()