Searched refs:AllowShortLoopsOnASingleLine (Results 1 – 7 of 7) sorted by relevance
203 bool AllowShortLoopsOnASingleLine; member424 AllowShortLoopsOnASingleLine == R.AllowShortLoopsOnASingleLine &&
4 AllowShortLoopsOnASingleLine: false
3 AllowShortLoopsOnASingleLine: false
106 return Style.AllowShortLoopsOnASingleLine in tryFitMultipleLinesInOne()217 if (!Style.AllowShortLoopsOnASingleLine && in tryMergeSimpleBlock()
186 Style.AllowShortLoopsOnASingleLine); in mapping()337 LLVMStyle.AllowShortLoopsOnASingleLine = false; in getLLVMStyle()401 GoogleStyle.AllowShortLoopsOnASingleLine = true; in getGoogleStyle()452 ChromiumStyle.AllowShortLoopsOnASingleLine = false; in getChromiumStyle()
379 AllowsMergedLoops.AllowShortLoopsOnASingleLine = true; in TEST_F()405 AllowSimpleBracedStatements.AllowShortLoopsOnASingleLine = true; in TEST_F()434 AllowSimpleBracedStatements.AllowShortLoopsOnASingleLine = false; in TEST_F()8631 BreakBeforeBraceShortIfs.AllowShortLoopsOnASingleLine = true; in TEST_F()8911 CHECK_PARSE_BOOL(AllowShortLoopsOnASingleLine); in TEST_F()
206 **AllowShortLoopsOnASingleLine** (``bool``)