Searched refs:CompactedLine (Results 1 – 1 of 1) sorted by relevance
383 for (auto *CompactedLine = I + J; CompactedLine <= ClosingLine; in tryFitMultipleLinesInOne() local384 ++CompactedLine) { in tryFitMultipleLinesInOne()385 if (!(*CompactedLine)->InPPDirective) { in tryFitMultipleLinesInOne()386 const int Level = (*CompactedLine)->Level; in tryFitMultipleLinesInOne()387 (*CompactedLine)->Level = std::max(Level - OutdentBy, 0); in tryFitMultipleLinesInOne()