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.cpp428 return Style.AllowShortBlocksOnASingleLine != FormatStyle::SBS_Never in tryFitMultipleLinesInOne()
622 Style.AllowShortBlocksOnASingleLine == FormatStyle::SBS_Never) { in tryMergeSimpleControlStatement()
748 Style.AllowShortBlocksOnASingleLine == FormatStyle::SBS_Never || in tryMergeSimpleBlock()
876 if (Style.AllowShortBlocksOnASingleLine != FormatStyle::SBS_Never || in tryMergeSimpleBlock()
H A DFormat.cpp580 IO.enumCase(Value, "Never", FormatStyle::SBS_Never); in enumeration()
581 IO.enumCase(Value, "false", FormatStyle::SBS_Never); in enumeration()
1427 LLVMStyle.AllowShortBlocksOnASingleLine = FormatStyle::SBS_Never; in getLLVMStyle()
H A DTokenAnnotator.cpp5285 Style.AllowShortBlocksOnASingleLine == FormatStyle::SBS_Never) { in mustBreakBefore()
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h670 SBS_Never, enumerator