Searched refs:ContentColumn (Results 1 – 2 of 2) sorted by relevance
349 ContentColumn.resize(Lines.size()); in BreakableBlockComment()351 ContentColumn[0] = StartColumn + 2; in BreakableBlockComment()390 IndentAtLineBreak = ContentColumn[0] + 1; in BreakableBlockComment()405 ContentColumn[i] = 0; in BreakableBlockComment()438 ContentColumn[0] + in BreakableBlockComment()489 ContentColumn[LineIndex] = in adjustWhitespace()664 if (ContentColumn[LineIndex] == 1) { in adaptStartOfLine()727 ContentColumn.resize(Lines.size()); in BreakableLineCommentSection()764 ContentColumn[i] = in BreakableLineCommentSection()810 return ContentColumn[LineIndex]; in getContentStartColumn()[all …]
346 SmallVector<int, 16> ContentColumn; variable