Searched refs:IndentAtLineBreak (Results 1 – 2 of 2) sorted by relevance
529 IndentAtLineBreak = ContentColumn[0] + 1; in BreakableBlockComment()559 IndentAtLineBreak = in BreakableBlockComment()560 std::min<int>(IndentAtLineBreak, std::max(0, ContentColumn[i])); in BreakableBlockComment()563 IndentAtLineBreak = std::max<unsigned>(IndentAtLineBreak, Decoration.size()); in BreakableBlockComment()584 llvm::dbgs() << "IndentAtLineBreak " << IndentAtLineBreak << "\n"; in BreakableBlockComment()673 return IndentAtLineBreak; in getContentStartColumn()707 unsigned LocalIndentAtLineBreak = IndentAtLineBreak; in insertBreak()
457 unsigned IndentAtLineBreak; variable