Searched refs:AllowShortLoopsOnASingleLine (Results 1 – 5 of 5) sorted by relevance
196 bool AllowShortLoopsOnASingleLine; member372 AllowShortLoopsOnASingleLine == R.AllowShortLoopsOnASingleLine &&
4 AllowShortLoopsOnASingleLine: false
173 Style.AllowShortLoopsOnASingleLine); in mapping()313 LLVMStyle.AllowShortLoopsOnASingleLine = false; in getLLVMStyle()372 GoogleStyle.AllowShortLoopsOnASingleLine = true; in getGoogleStyle()405 ChromiumStyle.AllowShortLoopsOnASingleLine = false; in getChromiumStyle()633 return Style.AllowShortLoopsOnASingleLine in tryFitMultipleLinesInOne()710 if (!Style.AllowShortLoopsOnASingleLine && in tryMergeSimpleBlock()
337 AllowsMergedLoops.AllowShortLoopsOnASingleLine = true; in TEST_F()363 AllowSimpleBracedStatements.AllowShortLoopsOnASingleLine = true; in TEST_F()392 AllowSimpleBracedStatements.AllowShortLoopsOnASingleLine = false; in TEST_F()7842 BreakBeforeBraceShortIfs.AllowShortLoopsOnASingleLine = true; in TEST_F()8117 CHECK_PARSE_BOOL(AllowShortLoopsOnASingleLine); in TEST_F()
132 **AllowShortLoopsOnASingleLine** (``bool``)