Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp384 for (auto *CompactedLine = I + J; CompactedLine <= ClosingLine; in tryFitMultipleLinesInOne() local
385 ++CompactedLine) { in tryFitMultipleLinesInOne()
386 if (!(*CompactedLine)->InPPDirective) { in tryFitMultipleLinesInOne()
387 const int Level = (*CompactedLine)->Level; in tryFitMultipleLinesInOne()
388 (*CompactedLine)->Level = std::max(Level - OutdentBy, 0); in tryFitMultipleLinesInOne()