Lines Matching refs:r_brace
700 if (Tok.is(tok::r_brace)) in ParseObjCInterfaceDeclList()
761 SkipUntil(tok::r_brace, tok::at, StopAtSemi); in ParseObjCInterfaceDeclList()
1959 while (Tok.isNot(tok::r_brace) && !isEofOrEom()) { in ParseObjCClassInstanceVariables()
2040 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseObjCClassInstanceVariables()
2747 ConsumeAndStoreUntil(tok::r_brace, Toks, /*StopAtSemi=*/false); in StashAwayMethodOrFunctionBodyTokens()
2750 ConsumeAndStoreUntil(tok::r_brace, Toks, /*StopAtSemi=*/false); in StashAwayMethodOrFunctionBodyTokens()
2785 SkipUntil(tok::r_brace); in ParseObjCMethodDefinition()
3524 while (Tok.isNot(tok::r_brace)) { in ParseObjCDictionaryLiteral()
3534 SkipUntil(tok::r_brace, StopAtSemi); in ParseObjCDictionaryLiteral()
3540 SkipUntil(tok::r_brace, StopAtSemi); in ParseObjCDictionaryLiteral()
3549 SkipUntil(tok::r_brace, StopAtSemi); in ParseObjCDictionaryLiteral()
3572 if (!TryConsumeToken(tok::comma) && Tok.isNot(tok::r_brace)) in ParseObjCDictionaryLiteral()
3573 return ExprError(Diag(Tok, diag::err_expected_either) << tok::r_brace in ParseObjCDictionaryLiteral()