Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp357 bool MergeShortFunctions = ShouldMergeShortFunctions(); in tryFitMultipleLinesInOne() local
405 return MergeShortFunctions ? tryMergeSimpleBlock(I, E, Limit) : 0; in tryFitMultipleLinesInOne()
537 if (MergeShortFunctions || in tryFitMultipleLinesInOne()