Searched refs:AllowShortLoopsOnASingleLine (Results 1 – 7 of 7) sorted by relevance
15 AllowShortLoopsOnASingleLine: true
16 AllowShortLoopsOnASingleLine: true
17 AllowShortLoopsOnASingleLine: false
989 bool AllowShortLoopsOnASingleLine; member5354 AllowShortLoopsOnASingleLine == R.AllowShortLoopsOnASingleLine &&
552 return Style.AllowShortLoopsOnASingleLine in tryFitMultipleLinesInOne()819 if (!Style.AllowShortLoopsOnASingleLine && in tryMergeSimpleBlock()826 if (!Style.AllowShortLoopsOnASingleLine && in tryMergeSimpleBlock()
1012 Style.AllowShortLoopsOnASingleLine); in mapping()1534 LLVMStyle.AllowShortLoopsOnASingleLine = false; in getLLVMStyle()1745 GoogleStyle.AllowShortLoopsOnASingleLine = true; in getGoogleStyle()1922 ChromiumStyle.AllowShortLoopsOnASingleLine = false; in getChromiumStyle()1927 ChromiumStyle.AllowShortLoopsOnASingleLine = false; in getChromiumStyle()2024 Style.AllowShortLoopsOnASingleLine = false; in getMicrosoftStyle()
3311 } else if (Style.AllowShortLoopsOnASingleLine && FormatTok->is(tok::semi) && in parseForOrWhileLoop()