Searched refs:AllowShortBlocksOnASingleLine (Results 1 – 7 of 7) sorted by relevance
10 AllowShortBlocksOnASingleLine: Always
12 AllowShortBlocksOnASingleLine: false
421 return Style.AllowShortBlocksOnASingleLine != FormatStyle::SBS_Never in tryFitMultipleLinesInOne()671 Style.AllowShortBlocksOnASingleLine == FormatStyle::SBS_Never) { in tryMergeSimpleControlStatement()793 Style.AllowShortBlocksOnASingleLine == FormatStyle::SBS_Never || in tryMergeSimpleBlock()794 (Style.AllowShortBlocksOnASingleLine == FormatStyle::SBS_Empty && in tryMergeSimpleBlock()846 if (Style.AllowShortBlocksOnASingleLine == FormatStyle::SBS_Never && in tryMergeSimpleBlock()927 if (Style.AllowShortBlocksOnASingleLine != FormatStyle::SBS_Never || in tryMergeSimpleBlock()
996 Style.AllowShortBlocksOnASingleLine); in mapping()1526 LLVMStyle.AllowShortBlocksOnASingleLine = FormatStyle::SBS_Never; in getLLVMStyle()1969 Style.AllowShortBlocksOnASingleLine = FormatStyle::SBS_Empty; in getWebKitStyle()
5946 Style.AllowShortBlocksOnASingleLine == FormatStyle::SBS_Never) { in mustBreakBefore()
13 AllowShortBlocksOnASingleLine: Never
766 ShortBlockStyle AllowShortBlocksOnASingleLine; member5341 AllowShortBlocksOnASingleLine == R.AllowShortBlocksOnASingleLine &&