Searched refs:ContentColumn (Results 1 – 2 of 2) sorted by relevance
384 ContentColumn.resize(Lines.size()); in BreakableBlockComment()386 ContentColumn[0] = StartColumn + 2; in BreakableBlockComment()428 IndentAtLineBreak = ContentColumn[0] + 1; in BreakableBlockComment()442 ContentColumn[i] = 0; in BreakableBlockComment()474 ContentColumn[0] + in BreakableBlockComment()536 ContentColumn[LineIndex] = in adjustWhitespace()708 } else if (ContentColumn[LineIndex] == 1) { in adaptStartOfLine()772 ContentColumn.resize(Lines.size()); in BreakableLineCommentSection()866 ContentColumn[i] = in BreakableLineCommentSection()911 return ContentColumn[LineIndex]; in getContentStartColumn()[all …]
341 SmallVector<int, 16> ContentColumn; variable