Searched refs:isBlockIndentedInitRBrace (Results 1 – 4 of 4) sorted by relevance
56 bool FormatToken::isBlockIndentedInitRBrace(const FormatStyle &Style) const { in isBlockIndentedInitRBrace() function in clang::format::FormatToken
854 [[nodiscard]] bool isBlockIndentedInitRBrace(const FormatStyle &Style) const;
390 Current.isBlockIndentedInitRBrace(Style)))) { in mustBreak()
6208 (Right.isBlockIndentedInitRBrace(Style))); in canBreakBefore()