Searched refs:AllowShortLoopsOnASingleLine (Results 1 – 6 of 6) sorted by relevance
16 AllowShortLoopsOnASingleLine: true
17 AllowShortLoopsOnASingleLine: false
900 bool AllowShortLoopsOnASingleLine; member4783 AllowShortLoopsOnASingleLine == R.AllowShortLoopsOnASingleLine &&
585 return Style.AllowShortLoopsOnASingleLine in tryFitMultipleLinesInOne()773 if (!Style.AllowShortLoopsOnASingleLine && in tryMergeSimpleBlock()780 if (!Style.AllowShortLoopsOnASingleLine && in tryMergeSimpleBlock()
936 Style.AllowShortLoopsOnASingleLine); in mapping()1434 LLVMStyle.AllowShortLoopsOnASingleLine = false; in getLLVMStyle()1625 GoogleStyle.AllowShortLoopsOnASingleLine = true; in getGoogleStyle()1799 ChromiumStyle.AllowShortLoopsOnASingleLine = false; in getChromiumStyle()1804 ChromiumStyle.AllowShortLoopsOnASingleLine = false; in getChromiumStyle()1901 Style.AllowShortLoopsOnASingleLine = false; in getMicrosoftStyle()
3172 } else if (Style.AllowShortLoopsOnASingleLine && FormatTok->is(tok::semi) && in parseForOrWhileLoop()