Searched refs:BeforeClosingBrace (Results 1 – 1 of 1) sorted by relevance
3718 const FormatToken *BeforeClosingBrace = nullptr; in mustBreakBefore() local3723 BeforeClosingBrace = Left.MatchingParen->Previous; in mustBreakBefore()3729 BeforeClosingBrace = &Left; in mustBreakBefore()3730 if (BeforeClosingBrace && (BeforeClosingBrace->is(tok::comma) || in mustBreakBefore()3731 BeforeClosingBrace->isTrailingComment())) in mustBreakBefore()