Home
last modified time | relevance | path

Searched refs:AllowShortBlocksOnASingleLine (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/libcbor/
H A D.clang-format12 AllowShortBlocksOnASingleLine: false
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp427 return Style.AllowShortBlocksOnASingleLine != FormatStyle::SBS_Never in tryFitMultipleLinesInOne()
627 Style.AllowShortBlocksOnASingleLine == FormatStyle::SBS_Never) { in tryMergeSimpleControlStatement()
753 Style.AllowShortBlocksOnASingleLine == FormatStyle::SBS_Never || in tryMergeSimpleBlock()
754 (Style.AllowShortBlocksOnASingleLine == FormatStyle::SBS_Empty && in tryMergeSimpleBlock()
805 if (Style.AllowShortBlocksOnASingleLine == FormatStyle::SBS_Never && in tryMergeSimpleBlock()
885 if (Style.AllowShortBlocksOnASingleLine != FormatStyle::SBS_Never || in tryMergeSimpleBlock()
H A DFormat.cpp927 Style.AllowShortBlocksOnASingleLine); in mapping()
1439 LLVMStyle.AllowShortBlocksOnASingleLine = FormatStyle::SBS_Never; in getLLVMStyle()
1867 Style.AllowShortBlocksOnASingleLine = FormatStyle::SBS_Empty; in getWebKitStyle()
H A DTokenAnnotator.cpp5798 Style.AllowShortBlocksOnASingleLine == FormatStyle::SBS_Never) { in mustBreakBefore()
/freebsd/
H A D.clang-format13 AllowShortBlocksOnASingleLine: Never
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h750 ShortBlockStyle AllowShortBlocksOnASingleLine; member
5009 AllowShortBlocksOnASingleLine == R.AllowShortBlocksOnASingleLine &&