Home | History | Annotate | Download | only in Format

Lines Matching refs:r_brace

193          I[1]->First->is(tok::r_brace)) ||
304 if (Line->First->isOneOf(tok::kw_case, tok::kw_default, tok::r_brace))
337 tok::kw_for, tok::r_brace, Keywords.kw___except)) {
357 if (Tok->is(tok::r_brace) && !Tok->MustBreakBefore &&
391 if (Tok->isNot(tok::r_brace))
489 /// \brief If the \p State's next token is an r_brace closing a nested block,
831 (TheLine.Level == RangeMinLevel && !TheLine.startsWith(tok::r_brace));
920 if (RootToken.is(tok::r_brace) &&
937 if (PreviousLine && PreviousLine->Last->isOneOf(tok::semi, tok::r_brace) &&