Searched refs:AllowShortBlocksOnASingleLine (Results 1 – 6 of 6) sorted by relevance
12 AllowShortBlocksOnASingleLine: false
585 ShortBlockStyle AllowShortBlocksOnASingleLine; member3400 AllowShortBlocksOnASingleLine == R.AllowShortBlocksOnASingleLine &&
13 AllowShortBlocksOnASingleLine: Never
317 return Style.AllowShortBlocksOnASingleLine != FormatStyle::SBS_Never in tryFitMultipleLinesInOne()479 Style.AllowShortBlocksOnASingleLine == FormatStyle::SBS_Never) in tryMergeSimpleControlStatement()584 if (Style.AllowShortBlocksOnASingleLine == FormatStyle::SBS_Never) in tryMergeSimpleBlock()694 if (Style.AllowShortBlocksOnASingleLine != FormatStyle::SBS_Never || in tryMergeSimpleBlock()
562 Style.AllowShortBlocksOnASingleLine); in mapping()995 LLVMStyle.AllowShortBlocksOnASingleLine = FormatStyle::SBS_Never; in getLLVMStyle()1376 Style.AllowShortBlocksOnASingleLine = FormatStyle::SBS_Empty; in getWebKitStyle()
3795 Style.AllowShortBlocksOnASingleLine == FormatStyle::SBS_Never) in mustBreakBefore()