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()425 IndentAtLineBreak = ContentColumn[0] + 1; in BreakableBlockComment()440 ContentColumn[i] = 0; in BreakableBlockComment()473 ContentColumn[0] + in BreakableBlockComment()535 ContentColumn[LineIndex] = in adjustWhitespace()708 if (ContentColumn[LineIndex] == 1) { in adaptStartOfLine()773 ContentColumn.resize(Lines.size()); in BreakableLineCommentSection()840 ContentColumn[i] = in BreakableLineCommentSection()885 return ContentColumn[LineIndex]; in getContentStartColumn()[all …]
341 SmallVector<int, 16> ContentColumn; variable