Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/asan/
H A D.clang-format2 AllowShortIfStatementsOnASingleLine: false
/openbsd-src/gnu/llvm/compiler-rt/lib/hwasan/
H A D.clang-format2 AllowShortIfStatementsOnASingleLine: false
/openbsd-src/gnu/llvm/compiler-rt/lib/lsan/
H A D.clang-format2 AllowShortIfStatementsOnASingleLine: false
/openbsd-src/gnu/llvm/compiler-rt/lib/msan/
H A D.clang-format2 AllowShortIfStatementsOnASingleLine: false
/openbsd-src/gnu/llvm/compiler-rt/lib/interception/
H A D.clang-format2 AllowShortIfStatementsOnASingleLine: false
/openbsd-src/gnu/llvm/compiler-rt/lib/dfsan/
H A D.clang-format2 AllowShortIfStatementsOnASingleLine: false
/openbsd-src/gnu/llvm/compiler-rt/lib/safestack/
H A D.clang-format2 AllowShortIfStatementsOnASingleLine: false
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A D.clang-format2 AllowShortIfStatementsOnASingleLine: false
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/
H A D.clang-format2 AllowShortIfStatementsOnASingleLine: false
/openbsd-src/gnu/llvm/clang/include/clang/Format/
H A DFormat.h677 ShortIfStyle AllowShortIfStatementsOnASingleLine; member
4194 AllowShortIfStatementsOnASingleLine ==
4195 R.AllowShortIfStatementsOnASingleLine &&
/openbsd-src/gnu/llvm/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp558 (IsElseLine() && (Style.AllowShortIfStatementsOnASingleLine == in tryFitMultipleLinesInOne()
560 return Style.AllowShortIfStatementsOnASingleLine in tryFitMultipleLinesInOne()
627 if (Style.AllowShortIfStatementsOnASingleLine == in tryMergeSimpleControlStatement()
741 if (!Style.AllowShortIfStatementsOnASingleLine && in tryMergeSimpleBlock()
747 if (!Style.AllowShortIfStatementsOnASingleLine && in tryMergeSimpleBlock()
H A DFormat.cpp864 Style.AllowShortIfStatementsOnASingleLine); in mapping()
1324 LLVMStyle.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never; in getLLVMStyle()
1508 GoogleStyle.AllowShortIfStatementsOnASingleLine = in getGoogleStyle()
1582 GoogleStyle.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never; in getGoogleStyle()
1628 GoogleStyle.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never; in getGoogleStyle()
1661 ChromiumStyle.AllowShortIfStatementsOnASingleLine = in getChromiumStyle()
1682 ChromiumStyle.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never; in getChromiumStyle()
1687 ChromiumStyle.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never; in getChromiumStyle()
1785 Style.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never; in getMicrosoftStyle()
/openbsd-src/gnu/llvm/clang/docs/
H A DClangFormatStyleOptions.rst1139 **AllowShortIfStatementsOnASingleLine** (``ShortIfStyle``) :versionbadge:`clang-format 3.3` :ref:`¶…
5285 AllowShortIfStatementsOnASingleLine: false
5324 AllowShortIfStatementsOnASingleLine: false