Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Format/
H A DFormat.h556 ShortBlockStyle AllowShortBlocksOnASingleLine; member
3265 AllowShortBlocksOnASingleLine == R.AllowShortBlocksOnASingleLine &&
/netbsd-src/external/bsd/pam-u2f/dist/
H A D.clang-format11 AllowShortBlocksOnASingleLine: false
/netbsd-src/external/mit/libcbor/dist/
H A D.clang-format12 AllowShortBlocksOnASingleLine: false
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp315 return Style.AllowShortBlocksOnASingleLine != FormatStyle::SBS_Never in tryFitMultipleLinesInOne()
477 Style.AllowShortBlocksOnASingleLine == FormatStyle::SBS_Never) in tryMergeSimpleControlStatement()
582 if (Style.AllowShortBlocksOnASingleLine == FormatStyle::SBS_Never) in tryMergeSimpleBlock()
692 if (Style.AllowShortBlocksOnASingleLine != FormatStyle::SBS_Never || in tryMergeSimpleBlock()
H A DFormat.cpp528 Style.AllowShortBlocksOnASingleLine); in mapping()
955 LLVMStyle.AllowShortBlocksOnASingleLine = FormatStyle::SBS_Never; in getLLVMStyle()
1329 Style.AllowShortBlocksOnASingleLine = FormatStyle::SBS_Empty; in getWebKitStyle()
H A DTokenAnnotator.cpp3672 Style.AllowShortBlocksOnASingleLine == FormatStyle::SBS_Never) in mustBreakBefore()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DClangFormatStyleOptions.rst649 **AllowShortBlocksOnASingleLine** (``ShortBlockStyle``)