Searched refs:BeforeClosingBrace (Results 1 – 1 of 1) sorted by relevance
1902 const FormatToken *BeforeClosingBrace = nullptr; in mustBreakBefore() local1905 BeforeClosingBrace = Left.MatchingParen->Previous; in mustBreakBefore()1909 BeforeClosingBrace = &Left; in mustBreakBefore()1910 if (BeforeClosingBrace && (BeforeClosingBrace->is(tok::comma) || in mustBreakBefore()1911 BeforeClosingBrace->isTrailingComment())) in mustBreakBefore()