Searched refs:AllowShortLoopsOnASingleLine (Results 1 – 16 of 16) sorted by relevance
3 AllowShortLoopsOnASingleLine: false
4 AllowShortLoopsOnASingleLine: false
15 AllowShortLoopsOnASingleLine: true
153 bool AllowShortLoopsOnASingleLine; member650 AllowShortLoopsOnASingleLine == R.AllowShortLoopsOnASingleLine &&
8 AllowShortLoopsOnASingleLine: false
9 AllowShortLoopsOnASingleLine: false
20 AllowShortLoopsOnASingleLine: false
12 AllowShortLoopsOnASingleLine: false
17 AllowShortLoopsOnASingleLine: true
24 AllowShortLoopsOnASingleLine: true
49 AllowShortLoopsOnASingleLine: 'false'
263 Style.AllowShortLoopsOnASingleLine); in mapping()502 LLVMStyle.AllowShortLoopsOnASingleLine = false; in getLLVMStyle()580 GoogleStyle.AllowShortLoopsOnASingleLine = true; in getGoogleStyle()640 ChromiumStyle.AllowShortLoopsOnASingleLine = false; in getChromiumStyle()
232 return Style.AllowShortLoopsOnASingleLine in tryFitMultipleLinesInOne()343 if (!Style.AllowShortLoopsOnASingleLine && in tryMergeSimpleBlock()
350 AllowsMergedLoops.AllowShortLoopsOnASingleLine = true; in TEST_F()376 AllowSimpleBracedStatements.AllowShortLoopsOnASingleLine = true; in TEST_F()417 AllowSimpleBracedStatements.AllowShortLoopsOnASingleLine = false; in TEST_F()9818 BreakBeforeBraceShortIfs.AllowShortLoopsOnASingleLine = true; in TEST_F()10160 CHECK_PARSE_BOOL(AllowShortLoopsOnASingleLine); in TEST_F()
266 **AllowShortLoopsOnASingleLine** (``bool``)