Searched refs:BeforeClosingBrace (Results 1 – 1 of 1) sorted by relevance
2165 const FormatToken *BeforeClosingBrace = nullptr; in mustBreakBefore() local2168 BeforeClosingBrace = Left.MatchingParen->Previous; in mustBreakBefore()2172 BeforeClosingBrace = &Left; in mustBreakBefore()2173 if (BeforeClosingBrace && (BeforeClosingBrace->is(tok::comma) || in mustBreakBefore()2174 BeforeClosingBrace->isTrailingComment())) in mustBreakBefore()