Home
last modified time | relevance | path

Searched refs:IndentAtLineBreak (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/llvm/clang/lib/Format/
DBreakableToken.cpp428 IndentAtLineBreak = ContentColumn[0] + 1; in BreakableBlockComment()
458 IndentAtLineBreak = in BreakableBlockComment()
459 std::min<int>(IndentAtLineBreak, std::max(0, ContentColumn[i])); in BreakableBlockComment()
462 IndentAtLineBreak = std::max<unsigned>(IndentAtLineBreak, Decoration.size()); in BreakableBlockComment()
483 llvm::dbgs() << "IndentAtLineBreak " << IndentAtLineBreak << "\n"; in BreakableBlockComment()
572 return IndentAtLineBreak; in getContentStartColumn()
608 unsigned LocalIndentAtLineBreak = IndentAtLineBreak; in insertBreak()
DBreakableToken.h414 unsigned IndentAtLineBreak; variable