Lines Matching refs:r_brace
197 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseStatementOrDeclarationAfterAttributes()
220 if (Tok.is(tok::r_brace)) { 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()
758 if (Tok.isNot(tok::r_brace)) { in ParseCaseStatement()
811 if (Tok.isNot(tok::r_brace)) { in ParseDefaultStatement()
978 while (!tryParseMisplacedModuleImport() && Tok.isNot(tok::r_brace) && in ParseCompoundStatementBody()
1301 SkipUntil(tok::r_brace); in ParseSwitchStatement()
1896 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseReturnStatement()
2025 if (!SkipUntil(tok::r_brace, StopAtCodeCompletion)) { in trySkippingFunctionBody()
2031 !SkipUntil(tok::r_brace, StopAtCodeCompletion)) { in trySkippingFunctionBody()
2232 while (Tok.isNot(tok::r_brace)) { in ParseMicrosoftIfExistsStatement()