Searched refs:ShouldMerge (Results 1 – 1 of 1) sorted by relevance
501 bool ShouldMerge = false; in tryFitMultipleLinesInOne() local504 ShouldMerge = Style.AllowShortEnumsOnASingleLine; in tryFitMultipleLinesInOne()509 ShouldMerge = !Style.BraceWrapping.AfterClass || in tryFitMultipleLinesInOne()518 ShouldMerge = !Style.BraceWrapping.AfterFunction || in tryFitMultipleLinesInOne()522 return ShouldMerge ? tryMergeSimpleBlock(I, E, Limit) : 0; in tryFitMultipleLinesInOne()787 auto ShouldMerge = [Tok]() { in tryMergeSimpleBlock() local794 if (ShouldMerge()) { in tryMergeSimpleBlock()