Searched refs:AllowShortLoopsOnASingleLine (Results 1 – 6 of 6) sorted by relevance
16 AllowShortLoopsOnASingleLine: true
17 AllowShortLoopsOnASingleLine: false
973 bool AllowShortLoopsOnASingleLine; member5022 AllowShortLoopsOnASingleLine == R.AllowShortLoopsOnASingleLine &&
590 return Style.AllowShortLoopsOnASingleLine in tryFitMultipleLinesInOne()778 if (!Style.AllowShortLoopsOnASingleLine && in tryMergeSimpleBlock()785 if (!Style.AllowShortLoopsOnASingleLine && in tryMergeSimpleBlock()
943 Style.AllowShortLoopsOnASingleLine); in mapping()1447 LLVMStyle.AllowShortLoopsOnASingleLine = false; in getLLVMStyle()1646 GoogleStyle.AllowShortLoopsOnASingleLine = true; in getGoogleStyle()1820 ChromiumStyle.AllowShortLoopsOnASingleLine = false; in getChromiumStyle()1825 ChromiumStyle.AllowShortLoopsOnASingleLine = false; in getChromiumStyle()1922 Style.AllowShortLoopsOnASingleLine = false; in getMicrosoftStyle()
3235 } else if (Style.AllowShortLoopsOnASingleLine && FormatTok->is(tok::semi) && in parseForOrWhileLoop()