Home
last modified time | relevance | path

Searched refs:AllowShortIfStatementsOnASingleLine (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/lsan/
H A D.clang-format2 AllowShortIfStatementsOnASingleLine: false
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/
H A D.clang-format2 AllowShortIfStatementsOnASingleLine: false
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/safestack/
H A D.clang-format2 AllowShortIfStatementsOnASingleLine: false
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/
H A D.clang-format2 AllowShortIfStatementsOnASingleLine: false
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/interception/
H A D.clang-format2 AllowShortIfStatementsOnASingleLine: false
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A D.clang-format2 AllowShortIfStatementsOnASingleLine: false
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A D.clang-format2 AllowShortIfStatementsOnASingleLine: false
/netbsd-src/external/bsd/wpa/dist/wpa_supplicant/binder/
H A D.clang-format5 AllowShortIfStatementsOnASingleLine: false
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Format/
H A DFormat.h691 ShortIfStyle AllowShortIfStatementsOnASingleLine; member
3270 AllowShortIfStatementsOnASingleLine ==
3271 R.AllowShortIfStatementsOnASingleLine &&
/netbsd-src/external/bsd/pam-u2f/dist/
H A D.clang-format14 AllowShortIfStatementsOnASingleLine: false
/netbsd-src/external/mit/libcbor/dist/
H A D.clang-format15 AllowShortIfStatementsOnASingleLine: true
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp433 (IsElseLine() && (Style.AllowShortIfStatementsOnASingleLine == in tryFitMultipleLinesInOne()
435 return Style.AllowShortIfStatementsOnASingleLine in tryFitMultipleLinesInOne()
496 if (Style.AllowShortIfStatementsOnASingleLine == in tryMergeSimpleControlStatement()
586 if (!Style.AllowShortIfStatementsOnASingleLine && in tryMergeSimpleBlock()
591 if (!Style.AllowShortIfStatementsOnASingleLine && in tryMergeSimpleBlock()
H A DFormat.cpp536 Style.AllowShortIfStatementsOnASingleLine); in mapping()
957 LLVMStyle.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never; in getLLVMStyle()
1109 GoogleStyle.AllowShortIfStatementsOnASingleLine = in getGoogleStyle()
1182 GoogleStyle.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never; in getGoogleStyle()
1228 GoogleStyle.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never; in getGoogleStyle()
1261 ChromiumStyle.AllowShortIfStatementsOnASingleLine = in getChromiumStyle()
1282 ChromiumStyle.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never; in getChromiumStyle()
1287 ChromiumStyle.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never; in getChromiumStyle()
1384 Style.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never; in getMicrosoftStyle()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DReleaseNotes.rst247 - Option ``AllowShortIfStatementsOnASingleLine`` has been improved, it now
H A DClangFormatStyleOptions.rst775 **AllowShortIfStatementsOnASingleLine** (``ShortIfStyle``)
3702 AllowShortIfStatementsOnASingleLine: false
3741 AllowShortIfStatementsOnASingleLine: false