Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/libcbor/
H A D.clang-format12 AllowShortBlocksOnASingleLine: false
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h585 ShortBlockStyle AllowShortBlocksOnASingleLine; member
3400 AllowShortBlocksOnASingleLine == R.AllowShortBlocksOnASingleLine &&
/freebsd-13.1/
H A D.clang-format13 AllowShortBlocksOnASingleLine: Never
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp317 return Style.AllowShortBlocksOnASingleLine != FormatStyle::SBS_Never in tryFitMultipleLinesInOne()
479 Style.AllowShortBlocksOnASingleLine == FormatStyle::SBS_Never) in tryMergeSimpleControlStatement()
584 if (Style.AllowShortBlocksOnASingleLine == FormatStyle::SBS_Never) in tryMergeSimpleBlock()
694 if (Style.AllowShortBlocksOnASingleLine != FormatStyle::SBS_Never || in tryMergeSimpleBlock()
H A DFormat.cpp562 Style.AllowShortBlocksOnASingleLine); in mapping()
995 LLVMStyle.AllowShortBlocksOnASingleLine = FormatStyle::SBS_Never; in getLLVMStyle()
1376 Style.AllowShortBlocksOnASingleLine = FormatStyle::SBS_Empty; in getWebKitStyle()
H A DTokenAnnotator.cpp3795 Style.AllowShortBlocksOnASingleLine == FormatStyle::SBS_Never) in mustBreakBefore()