Searched refs:CompactedLine (Results 1 – 1 of 1) sorted by relevance
375 for (auto *CompactedLine = I + J; CompactedLine <= ClosingLine; in tryFitMultipleLinesInOne() local376 ++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()