Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp245 bool MergeShortFunctions = in tryFitMultipleLinesInOne() local
287 return MergeShortFunctions ? tryMergeSimpleBlock(I, E, Limit) : 0; in tryFitMultipleLinesInOne()
350 if (MergeShortFunctions || in tryFitMultipleLinesInOne()