Home
last modified time | relevance | path

Searched refs:BreakableBlockComment (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DBreakableToken.cpp366 BreakableBlockComment::BreakableBlockComment( in BreakableBlockComment() function in clang::format::BreakableBlockComment
493 BreakableToken::Split BreakableBlockComment::getSplit( in getSplit()
504 void BreakableBlockComment::adjustWhitespace(unsigned LineIndex, in adjustWhitespace()
541 unsigned BreakableBlockComment::getRangeLength(unsigned LineIndex, in getRangeLength()
550 unsigned BreakableBlockComment::getRemainingLength(unsigned LineIndex, in getRemainingLength()
569 unsigned BreakableBlockComment::getContentStartColumn(unsigned LineIndex, in getContentStartColumn()
577 BreakableBlockComment::ContentIndentingJavadocAnnotations = {
582 unsigned BreakableBlockComment::getContentIndent(unsigned LineIndex) const { in getContentIndent()
600 void BreakableBlockComment::insertBreak(unsigned LineIndex, unsigned TailOffset, in insertBreak()
631 BreakableToken::Split BreakableBlockComment::getReflowSplit( in getReflowSplit()
[all …]
H A DBreakableToken.h357 class BreakableBlockComment : public BreakableComment {
359 BreakableBlockComment(const FormatToken &Token, unsigned StartColumn,
H A DContinuationIndenter.cpp2164 return std::make_unique<BreakableBlockComment>( in createBreakableToken()