Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/tsan/
H A D.clang-format2 AllowShortIfStatementsOnASingleLine: false
/llvm-project-15.0.7/compiler-rt/lib/lsan/
H A D.clang-format2 AllowShortIfStatementsOnASingleLine: false
/llvm-project-15.0.7/compiler-rt/lib/msan/
H A D.clang-format2 AllowShortIfStatementsOnASingleLine: false
/llvm-project-15.0.7/compiler-rt/lib/dfsan/
H A D.clang-format2 AllowShortIfStatementsOnASingleLine: false
/llvm-project-15.0.7/compiler-rt/lib/interception/
H A D.clang-format2 AllowShortIfStatementsOnASingleLine: false
/llvm-project-15.0.7/compiler-rt/lib/hwasan/
H A D.clang-format2 AllowShortIfStatementsOnASingleLine: false
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A D.clang-format2 AllowShortIfStatementsOnASingleLine: false
/llvm-project-15.0.7/compiler-rt/lib/safestack/
H A D.clang-format2 AllowShortIfStatementsOnASingleLine: false
/llvm-project-15.0.7/compiler-rt/lib/asan/
H A D.clang-format2 AllowShortIfStatementsOnASingleLine: false
/llvm-project-15.0.7/pstl/
H A D.clang-format12 AllowShortIfStatementsOnASingleLine: false
/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h604 ShortIfStyle AllowShortIfStatementsOnASingleLine; member
3869 AllowShortIfStatementsOnASingleLine ==
3870 R.AllowShortIfStatementsOnASingleLine &&
/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTestSelective.cpp101 Style.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_WithoutElse; in TEST_F()
H A DFormatTest.cpp675 AllowsMergedIf.AllowShortIfStatementsOnASingleLine = in TEST_F()
769 AllowsMergedIfElse.AllowShortIfStatementsOnASingleLine = in TEST_F()
875 AllowsMergedIf.AllowShortIfStatementsOnASingleLine = in TEST_F()
1091 AllowsMergedIf.AllowShortIfStatementsOnASingleLine = in TEST_F()
1298 AllowsMergedIf.AllowShortIfStatementsOnASingleLine = in TEST_F()
13498 AllowsMergedIf.AllowShortIfStatementsOnASingleLine = in TEST_F()
20530 AllowShortIfStatementsOnASingleLine, in TEST_F()
20533 AllowShortIfStatementsOnASingleLine, in TEST_F()
20536 AllowShortIfStatementsOnASingleLine, in TEST_F()
20539 AllowShortIfStatementsOnASingleLine, in TEST_F()
[all …]
/llvm-project-15.0.7/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp551 (IsElseLine() && (Style.AllowShortIfStatementsOnASingleLine == in tryFitMultipleLinesInOne()
553 return Style.AllowShortIfStatementsOnASingleLine in tryFitMultipleLinesInOne()
620 if (Style.AllowShortIfStatementsOnASingleLine == in tryMergeSimpleControlStatement()
724 if (!Style.AllowShortIfStatementsOnASingleLine && in tryMergeSimpleBlock()
730 if (!Style.AllowShortIfStatementsOnASingleLine && in tryMergeSimpleBlock()
H A DFormat.cpp665 Style.AllowShortIfStatementsOnASingleLine); in mapping()
1200 LLVMStyle.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never; in getLLVMStyle()
1370 GoogleStyle.AllowShortIfStatementsOnASingleLine = in getGoogleStyle()
1443 GoogleStyle.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never; in getGoogleStyle()
1489 GoogleStyle.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never; in getGoogleStyle()
1522 ChromiumStyle.AllowShortIfStatementsOnASingleLine = in getChromiumStyle()
1543 ChromiumStyle.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never; in getChromiumStyle()
1548 ChromiumStyle.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never; in getChromiumStyle()
1645 Style.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never; in getMicrosoftStyle()
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst1022 **AllowShortIfStatementsOnASingleLine** (``ShortIfStyle``) :versionbadge:`clang-format 3.3`
4635 AllowShortIfStatementsOnASingleLine: false
4674 AllowShortIfStatementsOnASingleLine: false