Lines Matching refs:r_brace
1476 case tok::r_brace:
1503 /// than SkipUntil(tok::r_brace) would, but will never stop later.
1511 SkipUntil(tok::r_brace, /*StopAtSemi*/false);
1530 case tok::r_brace:
1640 SkipUntil(tok::r_brace, true, true);
1731 SkipUntil(tok::r_brace, true, true);
3256 while (Tok.isNot(tok::r_brace) && Tok.isNot(tok::eof)) {
3329 } else if (Tok.is(tok::r_brace)) {
3335 SkipUntil(tok::r_brace, true, true);
3589 SkipUntil(tok::r_brace);
3689 SkipUntil(tok::r_brace);
3724 if (Tok.is(tok::r_brace) && !getLangOpts().CPlusPlus)
3750 SkipUntil(tok::comma, tok::r_brace, true, true);