Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp350 bool MergeShortFunctions = ShouldMergeShortFunctions(); in tryFitMultipleLinesInOne() local
398 return MergeShortFunctions ? tryMergeSimpleBlock(I, E, Limit) : 0; in tryFitMultipleLinesInOne()
530 if (MergeShortFunctions || in tryFitMultipleLinesInOne()