Searched refs:AllowShortLoopsOnASingleLine (Results 1 – 5 of 5) sorted by relevance
643 bool AllowShortLoopsOnASingleLine; member3872 AllowShortLoopsOnASingleLine == R.AllowShortLoopsOnASingleLine &&
559 return Style.AllowShortLoopsOnASingleLine in tryFitMultipleLinesInOne()737 if (!Style.AllowShortLoopsOnASingleLine && in tryMergeSimpleBlock()744 if (!Style.AllowShortLoopsOnASingleLine && in tryMergeSimpleBlock()
667 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()
1486 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 …]
1139 **AllowShortLoopsOnASingleLine** (``Boolean``) :versionbadge:`clang-format 3.7`