Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DUnwrappedLineFormatter.cpp190 bool MergeShortFunctions = in tryFitMultipleLinesInOne() local
199 return MergeShortFunctions ? tryMergeSimpleBlock(I, E, Limit) : 0; in tryFitMultipleLinesInOne()
217 if (MergeShortFunctions) { in tryFitMultipleLinesInOne()