Home
last modified time | relevance | path

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

/freebsd/contrib/libucl/
H A D.clang-format10 AllowShortBlocksOnASingleLine: Always
/freebsd/contrib/libcbor/
H A D.clang-format12 AllowShortBlocksOnASingleLine: false
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp421 return Style.AllowShortBlocksOnASingleLine != FormatStyle::SBS_Never in tryFitMultipleLinesInOne()
671 Style.AllowShortBlocksOnASingleLine == FormatStyle::SBS_Never) { in tryMergeSimpleControlStatement()
793 Style.AllowShortBlocksOnASingleLine == FormatStyle::SBS_Never || in tryMergeSimpleBlock()
794 (Style.AllowShortBlocksOnASingleLine == FormatStyle::SBS_Empty && in tryMergeSimpleBlock()
846 if (Style.AllowShortBlocksOnASingleLine == FormatStyle::SBS_Never && in tryMergeSimpleBlock()
927 if (Style.AllowShortBlocksOnASingleLine != FormatStyle::SBS_Never || in tryMergeSimpleBlock()
H A DFormat.cpp996 Style.AllowShortBlocksOnASingleLine); in mapping()
1526 LLVMStyle.AllowShortBlocksOnASingleLine = FormatStyle::SBS_Never; in getLLVMStyle()
1969 Style.AllowShortBlocksOnASingleLine = FormatStyle::SBS_Empty; in getWebKitStyle()
H A DTokenAnnotator.cpp5946 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.h766 ShortBlockStyle AllowShortBlocksOnASingleLine; member
5341 AllowShortBlocksOnASingleLine == R.AllowShortBlocksOnASingleLine &&