Home
last modified time | relevance | path

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

/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()
805 if (Style.AllowShortBlocksOnASingleLine == FormatStyle::SBS_Never && in tryMergeSimpleBlock()
885 if (Style.AllowShortBlocksOnASingleLine != FormatStyle::SBS_Never || in tryMergeSimpleBlock()
H A DFormat.cpp573 IO.enumCase(Value, "Never", FormatStyle::SBS_Never); in enumeration()
574 IO.enumCase(Value, "false", FormatStyle::SBS_Never); in enumeration()
1439 LLVMStyle.AllowShortBlocksOnASingleLine = FormatStyle::SBS_Never; in getLLVMStyle()
H A DTokenAnnotator.cpp5798 Style.AllowShortBlocksOnASingleLine == FormatStyle::SBS_Never) { in mustBreakBefore()
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h730 SBS_Never, enumerator