Searched refs:AllowShortLoopsOnASingleLine (Results 1 – 6 of 6) sorted by relevance
728 bool AllowShortLoopsOnASingleLine; member3273 AllowShortLoopsOnASingleLine == R.AllowShortLoopsOnASingleLine &&
15 AllowShortLoopsOnASingleLine: false
16 AllowShortLoopsOnASingleLine: true
440 return Style.AllowShortLoopsOnASingleLine in tryFitMultipleLinesInOne()597 if (!Style.AllowShortLoopsOnASingleLine && in tryMergeSimpleBlock()602 if (!Style.AllowShortLoopsOnASingleLine && in tryMergeSimpleBlock()
538 Style.AllowShortLoopsOnASingleLine); in mapping()959 LLVMStyle.AllowShortLoopsOnASingleLine = false; in getLLVMStyle()1111 GoogleStyle.AllowShortLoopsOnASingleLine = true; in getGoogleStyle()1283 ChromiumStyle.AllowShortLoopsOnASingleLine = false; in getChromiumStyle()1288 ChromiumStyle.AllowShortLoopsOnASingleLine = false; in getChromiumStyle()1385 Style.AllowShortLoopsOnASingleLine = false; in getMicrosoftStyle()
853 **AllowShortLoopsOnASingleLine** (``bool``)