Searched refs:StartOfLineColumn (Results 1 – 2 of 2) sorted by relevance
262 StartOfLineColumn.resize(Lines.size()); in BreakableBlockComment()263 StartOfLineColumn[0] = StartColumn + 2; in BreakableBlockComment()285 IndentAtLineBreak = StartOfLineColumn[0] + 1; in BreakableBlockComment()296 StartOfLineColumn[i] = 0; in BreakableBlockComment()303 StartOfLineColumn[i] += Decoration.size(); in BreakableBlockComment()307 std::min<int>(IndentAtLineBreak, std::max(0, StartOfLineColumn[i])); in BreakableBlockComment()352 StartOfLineColumn[LineIndex] = in adjustWhitespace()429 if (StartOfLineColumn[LineIndex] == 1) { in replaceWhitespaceBefore()441 StartOfLineColumn[LineIndex] - Prefix.size()); in replaceWhitespaceBefore()450 return std::max(0, StartOfLineColumn[LineIndex]); in getContentStartColumn()
220 SmallVector<int, 16> StartOfLineColumn; variable