Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DBreakableToken.cpp425 IndentAtLineBreak = ContentColumn[0] + 1; in BreakableBlockComment()
457 IndentAtLineBreak = in BreakableBlockComment()
458 std::min<int>(IndentAtLineBreak, std::max(0, ContentColumn[i])); in BreakableBlockComment()
460 IndentAtLineBreak = std::max<unsigned>(IndentAtLineBreak, Decoration.size()); in BreakableBlockComment()
482 llvm::dbgs() << "IndentAtLineBreak " << IndentAtLineBreak << "\n"; in BreakableBlockComment()
572 return IndentAtLineBreak; in getContentStartColumn()
609 unsigned LocalIndentAtLineBreak = IndentAtLineBreak; in insertBreak()
H A DBreakableToken.h414 unsigned IndentAtLineBreak; variable