Home
last modified time | relevance | path

Searched refs:isBlockIndentedInitRBrace (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.cpp78 bool FormatToken::isBlockIndentedInitRBrace(const FormatStyle &Style) const { in isBlockIndentedInitRBrace() function in clang::format::FormatToken
H A DFormatToken.h804 [[nodiscard]] bool isBlockIndentedInitRBrace(const FormatStyle &Style) const;
H A DContinuationIndenter.cpp382 Current.isBlockIndentedInitRBrace(Style)))) { in mustBreak()
H A DTokenAnnotator.cpp5674 (Right.isBlockIndentedInitRBrace(Style))); in canBreakBefore()