Searched refs:AllowShortBlocksOnASingleLine (Results 1 – 6 of 6) sorted by relevance
12 AllowShortBlocksOnASingleLine: false
13 AllowShortBlocksOnASingleLine: Never
428 return Style.AllowShortBlocksOnASingleLine != FormatStyle::SBS_Never in tryFitMultipleLinesInOne()622 Style.AllowShortBlocksOnASingleLine == FormatStyle::SBS_Never) { in tryMergeSimpleControlStatement()748 Style.AllowShortBlocksOnASingleLine == FormatStyle::SBS_Never || in tryMergeSimpleBlock()749 (Style.AllowShortBlocksOnASingleLine == FormatStyle::SBS_Empty && in tryMergeSimpleBlock()876 if (Style.AllowShortBlocksOnASingleLine != FormatStyle::SBS_Never || in tryMergeSimpleBlock()
922 Style.AllowShortBlocksOnASingleLine); in mapping()1427 LLVMStyle.AllowShortBlocksOnASingleLine = FormatStyle::SBS_Never; in getLLVMStyle()1846 Style.AllowShortBlocksOnASingleLine = FormatStyle::SBS_Empty; in getWebKitStyle()
5285 Style.AllowShortBlocksOnASingleLine == FormatStyle::SBS_Never) { in mustBreakBefore()
690 ShortBlockStyle AllowShortBlocksOnASingleLine; member4772 AllowShortBlocksOnASingleLine == R.AllowShortBlocksOnASingleLine &&