Home
last modified time | relevance | path

Searched refs:MergeShortFunctions (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp360 bool MergeShortFunctions = ShouldMergeShortFunctions(); in tryFitMultipleLinesInOne() local
422 return MergeShortFunctions ? tryMergeSimpleBlock(I, E, Limit) : 0; in tryFitMultipleLinesInOne()
556 if (MergeShortFunctions || in tryFitMultipleLinesInOne()