Searched refs:AllowShortBlocksOnASingleLine (Results 1 – 7 of 7) sorted by relevance
556 ShortBlockStyle AllowShortBlocksOnASingleLine; member3265 AllowShortBlocksOnASingleLine == R.AllowShortBlocksOnASingleLine &&
11 AllowShortBlocksOnASingleLine: false
12 AllowShortBlocksOnASingleLine: false
315 return Style.AllowShortBlocksOnASingleLine != FormatStyle::SBS_Never in tryFitMultipleLinesInOne()477 Style.AllowShortBlocksOnASingleLine == FormatStyle::SBS_Never) in tryMergeSimpleControlStatement()582 if (Style.AllowShortBlocksOnASingleLine == FormatStyle::SBS_Never) in tryMergeSimpleBlock()692 if (Style.AllowShortBlocksOnASingleLine != FormatStyle::SBS_Never || in tryMergeSimpleBlock()
528 Style.AllowShortBlocksOnASingleLine); in mapping()955 LLVMStyle.AllowShortBlocksOnASingleLine = FormatStyle::SBS_Never; in getLLVMStyle()1329 Style.AllowShortBlocksOnASingleLine = FormatStyle::SBS_Empty; in getWebKitStyle()
3672 Style.AllowShortBlocksOnASingleLine == FormatStyle::SBS_Never) in mustBreakBefore()
649 **AllowShortBlocksOnASingleLine** (``ShortBlockStyle``)