Lines Matching refs:r_brace
673 if (Tok.is(tok::r_brace)) in ParseObjCInterfaceDeclList()
710 SkipUntil(tok::r_brace, tok::at, StopAtSemi); in ParseObjCInterfaceDeclList()
1933 while (Tok.isNot(tok::r_brace) && !isEofOrEom()) { in ParseObjCClassInstanceVariables()
2002 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseObjCClassInstanceVariables()
2693 ConsumeAndStoreUntil(tok::r_brace, Toks, /*StopAtSemi=*/false); in StashAwayMethodOrFunctionBodyTokens()
2696 ConsumeAndStoreUntil(tok::r_brace, Toks, /*StopAtSemi=*/false); in StashAwayMethodOrFunctionBodyTokens()
2731 SkipUntil(tok::r_brace); in ParseObjCMethodDefinition()
3450 while (Tok.isNot(tok::r_brace)) { in ParseObjCDictionaryLiteral()
3460 SkipUntil(tok::r_brace, StopAtSemi); in ParseObjCDictionaryLiteral()
3466 SkipUntil(tok::r_brace, StopAtSemi); in ParseObjCDictionaryLiteral()
3475 SkipUntil(tok::r_brace, StopAtSemi); in ParseObjCDictionaryLiteral()
3491 if (!TryConsumeToken(tok::comma) && Tok.isNot(tok::r_brace)) in ParseObjCDictionaryLiteral()
3492 return ExprError(Diag(Tok, diag::err_expected_either) << tok::r_brace in ParseObjCDictionaryLiteral()