Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/compiler-rt/lib/lsan/
D.clang-format2 AllowShortIfStatementsOnASingleLine: false
/openbsd/src/gnu/llvm/compiler-rt/lib/safestack/
D.clang-format2 AllowShortIfStatementsOnASingleLine: false
/openbsd/src/gnu/llvm/compiler-rt/lib/interception/
D.clang-format2 AllowShortIfStatementsOnASingleLine: false
/openbsd/src/gnu/llvm/compiler-rt/lib/msan/
D.clang-format2 AllowShortIfStatementsOnASingleLine: false
/openbsd/src/gnu/llvm/compiler-rt/lib/dfsan/
D.clang-format2 AllowShortIfStatementsOnASingleLine: false
/openbsd/src/gnu/llvm/compiler-rt/lib/tsan/
D.clang-format2 AllowShortIfStatementsOnASingleLine: false
/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/
D.clang-format2 AllowShortIfStatementsOnASingleLine: false
/openbsd/src/gnu/llvm/compiler-rt/lib/hwasan/
D.clang-format2 AllowShortIfStatementsOnASingleLine: false
/openbsd/src/gnu/llvm/compiler-rt/lib/asan/
D.clang-format2 AllowShortIfStatementsOnASingleLine: false
/openbsd/src/gnu/llvm/clang/include/clang/Format/
DFormat.h677 ShortIfStyle AllowShortIfStatementsOnASingleLine; member
4194 AllowShortIfStatementsOnASingleLine ==
4195 R.AllowShortIfStatementsOnASingleLine &&
/openbsd/src/gnu/llvm/clang/lib/Format/
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()
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/
DClangFormatStyleOptions.rst1139 **AllowShortIfStatementsOnASingleLine** (``ShortIfStyle``) :versionbadge:`clang-format 3.3` :ref:`¶…
5285 AllowShortIfStatementsOnASingleLine: false
5324 AllowShortIfStatementsOnASingleLine: false