Searched refs:AllowShortBlocksOnASingleLine (Results 1 – 4 of 4) sorted by relevance
178 bool AllowShortBlocksOnASingleLine; member1725 AllowShortBlocksOnASingleLine == R.AllowShortBlocksOnASingleLine &&
292 return Style.AllowShortBlocksOnASingleLine in tryFitMultipleLinesInOne()309 if (Style.AllowShortBlocksOnASingleLine) { in tryFitMultipleLinesInOne()403 (I[1]->First->is(tok::l_brace) && !Style.AllowShortBlocksOnASingleLine)) in tryMergeSimpleControlStatement()501 if (!Style.AllowShortBlocksOnASingleLine) in tryMergeSimpleBlock()597 if (Style.AllowShortBlocksOnASingleLine || in tryMergeSimpleBlock()
327 Style.AllowShortBlocksOnASingleLine); in mapping()634 LLVMStyle.AllowShortBlocksOnASingleLine = false; in getLLVMStyle()
2959 if (Left.is(TT_ObjCBlockLBrace) && !Style.AllowShortBlocksOnASingleLine) in mustBreakBefore()