Searched refs:AllowShortLoopsOnASingleLine (Results 1 – 10 of 10) sorted by relevance
150 bool AllowShortLoopsOnASingleLine; member606 AllowShortLoopsOnASingleLine == R.AllowShortLoopsOnASingleLine &&
4 AllowShortLoopsOnASingleLine: false
3 AllowShortLoopsOnASingleLine: false
7 AllowShortLoopsOnASingleLine: false
9 AllowShortLoopsOnASingleLine: false
49 AllowShortLoopsOnASingleLine: 'false'
232 return Style.AllowShortLoopsOnASingleLine in tryFitMultipleLinesInOne()343 if (!Style.AllowShortLoopsOnASingleLine && in tryMergeSimpleBlock()
245 Style.AllowShortLoopsOnASingleLine); in mapping()478 LLVMStyle.AllowShortLoopsOnASingleLine = false; in getLLVMStyle()551 GoogleStyle.AllowShortLoopsOnASingleLine = true; in getGoogleStyle()606 ChromiumStyle.AllowShortLoopsOnASingleLine = false; in getChromiumStyle()
333 AllowsMergedLoops.AllowShortLoopsOnASingleLine = true; in TEST_F()359 AllowSimpleBracedStatements.AllowShortLoopsOnASingleLine = true; in TEST_F()400 AllowSimpleBracedStatements.AllowShortLoopsOnASingleLine = false; in TEST_F()9383 BreakBeforeBraceShortIfs.AllowShortLoopsOnASingleLine = true; in TEST_F()9725 CHECK_PARSE_BOOL(AllowShortLoopsOnASingleLine); in TEST_F()
252 **AllowShortLoopsOnASingleLine** (``bool``)