Home
last modified time | relevance | path

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

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