Searched refs:ShouldMerge (Results 1 – 1 of 1) sorted by relevance
486 bool ShouldMerge = false; in tryFitMultipleLinesInOne() local489 ShouldMerge = Style.AllowShortEnumsOnASingleLine; in tryFitMultipleLinesInOne()491 ShouldMerge = Style.AllowShortCompoundRequirementOnASingleLine; in tryFitMultipleLinesInOne()496 ShouldMerge = !Style.BraceWrapping.AfterClass || in tryFitMultipleLinesInOne()504 ShouldMerge = !Style.BraceWrapping.AfterFunction || in tryFitMultipleLinesInOne()508 return ShouldMerge ? tryMergeSimpleBlock(I, E, Limit) : 0; in tryFitMultipleLinesInOne()857 auto ShouldMerge = [Tok]() { in tryMergeSimpleBlock() local864 if (ShouldMerge()) { in tryMergeSimpleBlock()