Searched refs:ShouldMerge (Results 1 – 1 of 1) sorted by relevance
494 bool ShouldMerge = false; in tryFitMultipleLinesInOne() local497 ShouldMerge = Style.AllowShortEnumsOnASingleLine; in tryFitMultipleLinesInOne()502 ShouldMerge = !Style.BraceWrapping.AfterClass || in tryFitMultipleLinesInOne()511 ShouldMerge = !Style.BraceWrapping.AfterFunction || in tryFitMultipleLinesInOne()515 return ShouldMerge ? tryMergeSimpleBlock(I, E, Limit) : 0; in tryFitMultipleLinesInOne()765 auto ShouldMerge = [Tok]() { in tryMergeSimpleBlock() local772 if (ShouldMerge()) { in tryMergeSimpleBlock()