Searched refs:AllowShortBlocksOnASingleLine (Results 1 – 6 of 6) sorted by relevance
12 AllowShortBlocksOnASingleLine: false
427 return Style.AllowShortBlocksOnASingleLine != FormatStyle::SBS_Never in tryFitMultipleLinesInOne()627 Style.AllowShortBlocksOnASingleLine == FormatStyle::SBS_Never) { in tryMergeSimpleControlStatement()753 Style.AllowShortBlocksOnASingleLine == FormatStyle::SBS_Never || in tryMergeSimpleBlock()754 (Style.AllowShortBlocksOnASingleLine == FormatStyle::SBS_Empty && in tryMergeSimpleBlock()805 if (Style.AllowShortBlocksOnASingleLine == FormatStyle::SBS_Never && in tryMergeSimpleBlock()885 if (Style.AllowShortBlocksOnASingleLine != FormatStyle::SBS_Never || in tryMergeSimpleBlock()
927 Style.AllowShortBlocksOnASingleLine); in mapping()1439 LLVMStyle.AllowShortBlocksOnASingleLine = FormatStyle::SBS_Never; in getLLVMStyle()1867 Style.AllowShortBlocksOnASingleLine = FormatStyle::SBS_Empty; in getWebKitStyle()
5798 Style.AllowShortBlocksOnASingleLine == FormatStyle::SBS_Never) { in mustBreakBefore()
13 AllowShortBlocksOnASingleLine: Never
750 ShortBlockStyle AllowShortBlocksOnASingleLine; member5009 AllowShortBlocksOnASingleLine == R.AllowShortBlocksOnASingleLine &&