Lines Matching refs:r_brace
438 // erroneous r_brace would cause an infinite loop if not handled here.
439 if (Tok.is(tok::r_brace))
476 SkipUntil(tok::r_brace, tok::at);
1289 while (Tok.isNot(tok::r_brace) && Tok.isNot(tok::eof)) {
1372 SkipUntil(tok::r_brace, true, true);
2003 ConsumeAndStoreUntil(tok::r_brace, Toks, /*StopAtSemi=*/false);
2006 ConsumeAndStoreUntil(tok::r_brace, Toks, /*StopAtSemi=*/false);
2041 SkipUntil(tok::r_brace, /*StopAtSemi=*/false);
2740 while (Tok.isNot(tok::r_brace)) {
2750 SkipUntil(tok::r_brace);
2759 SkipUntil(tok::r_brace);
2768 SkipUntil(tok::r_brace);
2786 else if (Tok.isNot(tok::r_brace))