Home
last modified time | relevance | path

Searched refs:AllowShortLoopsOnASingleLine (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h643 bool AllowShortLoopsOnASingleLine; member
3872 AllowShortLoopsOnASingleLine == R.AllowShortLoopsOnASingleLine &&
/llvm-project-15.0.7/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp559 return Style.AllowShortLoopsOnASingleLine in tryFitMultipleLinesInOne()
737 if (!Style.AllowShortLoopsOnASingleLine && in tryMergeSimpleBlock()
744 if (!Style.AllowShortLoopsOnASingleLine && in tryMergeSimpleBlock()
H A DFormat.cpp667 Style.AllowShortLoopsOnASingleLine); in mapping()
1202 LLVMStyle.AllowShortLoopsOnASingleLine = false; in getLLVMStyle()
1372 GoogleStyle.AllowShortLoopsOnASingleLine = true; in getGoogleStyle()
1544 ChromiumStyle.AllowShortLoopsOnASingleLine = false; in getChromiumStyle()
1549 ChromiumStyle.AllowShortLoopsOnASingleLine = false; in getChromiumStyle()
1646 Style.AllowShortLoopsOnASingleLine = false; in getMicrosoftStyle()
/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTest.cpp1486 AllowsMergedLoops.AllowShortLoopsOnASingleLine = true; in TEST_F()
1594 AllowSimpleBracedStatements.AllowShortLoopsOnASingleLine = true; in TEST_F()
1711 AllowSimpleBracedStatements.AllowShortLoopsOnASingleLine = false; in TEST_F()
1730 AllowSimpleBracedStatements.AllowShortLoopsOnASingleLine = true; in TEST_F()
2315 EXPECT_EQ(Style.AllowShortLoopsOnASingleLine, false); in TEST_F()
2344 EXPECT_EQ(ShortBlocks.AllowShortLoopsOnASingleLine, false); in TEST_F()
2360 ShortLoops.AllowShortLoopsOnASingleLine = true; in TEST_F()
2376 ShortBlocksAndLoops.AllowShortLoopsOnASingleLine = true; in TEST_F()
18684 BreakBeforeBraceShortIfs.AllowShortLoopsOnASingleLine = true; in TEST_F()
19104 BreakBeforeBraceShortIfs.AllowShortLoopsOnASingleLine = true; in TEST_F()
[all …]
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst1139 **AllowShortLoopsOnASingleLine** (``Boolean``) :versionbadge:`clang-format 3.7`