Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp375 for (auto *CompactedLine = I + J; CompactedLine <= ClosingLine; in tryFitMultipleLinesInOne() local
376 ++CompactedLine) { in tryFitMultipleLinesInOne()
377 if (!(*CompactedLine)->InPPDirective) { in tryFitMultipleLinesInOne()
378 const int Level = (*CompactedLine)->Level; in tryFitMultipleLinesInOne()
379 (*CompactedLine)->Level = std::max(Level - OutdentBy, 0); in tryFitMultipleLinesInOne()