Searched refs:IndentAtLineBreak (Results 1 – 2 of 2) sorted by relevance
542 IndentAtLineBreak = ContentColumn[0] + 1; in BreakableBlockComment()572 IndentAtLineBreak = in BreakableBlockComment()573 std::min<int>(IndentAtLineBreak, std::max(0, ContentColumn[i])); in BreakableBlockComment()576 IndentAtLineBreak = std::max<unsigned>(IndentAtLineBreak, Decoration.size()); in BreakableBlockComment()597 llvm::dbgs() << "IndentAtLineBreak " << IndentAtLineBreak << "\n"; in BreakableBlockComment()686 return IndentAtLineBreak; in getContentStartColumn()720 unsigned LocalIndentAtLineBreak = IndentAtLineBreak; in insertBreak()
455 unsigned IndentAtLineBreak; variable