Lines Matching refs:BreakableBlockComment
366 BreakableBlockComment::BreakableBlockComment( in BreakableBlockComment() function in clang::format::BreakableBlockComment
492 BreakableToken::Split BreakableBlockComment::getSplit( in getSplit()
503 void BreakableBlockComment::adjustWhitespace(unsigned LineIndex, in adjustWhitespace()
540 unsigned BreakableBlockComment::getRangeLength(unsigned LineIndex, in getRangeLength()
562 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()
601 void BreakableBlockComment::insertBreak(unsigned LineIndex, unsigned TailOffset, in insertBreak()
632 BreakableToken::Split BreakableBlockComment::getReflowSplit( in getReflowSplit()
650 bool BreakableBlockComment::introducesBreakBeforeToken() const { in introducesBreakBeforeToken()
656 void BreakableBlockComment::reflow(unsigned LineIndex, in reflow()
677 void BreakableBlockComment::adaptStartOfLine( in adaptStartOfLine()
727 BreakableBlockComment::getSplitAfterLastLine(unsigned TailOffset) const { in getSplitAfterLastLine()
740 bool BreakableBlockComment::mayReflow( in mayReflow()