Searched refs:ContentColumn (Results 1 – 2 of 2) sorted by relevance
498 ContentColumn.resize(Lines.size()); in BreakableBlockComment()500 ContentColumn[0] = StartColumn + 2; in BreakableBlockComment()542 IndentAtLineBreak = ContentColumn[0] + 1; in BreakableBlockComment()556 ContentColumn[i] = 0; in BreakableBlockComment()588 ContentColumn[0] + in BreakableBlockComment()650 ContentColumn[LineIndex] = in adjustWhitespace()820 } else if (ContentColumn[LineIndex] == 1) { in adaptStartOfLine()884 ContentColumn.resize(Lines.size()); in BreakableLineCommentSection()978 ContentColumn[i] = in BreakableLineCommentSection()1023 return ContentColumn[LineIndex]; in getContentStartColumn()[all …]
385 SmallVector<int, 16> ContentColumn; variable