Lines Matching refs:BreakableBlockComment
480 BreakableBlockComment::BreakableBlockComment( in BreakableBlockComment() function in clang::format::BreakableBlockComment
607 BreakableToken::Split BreakableBlockComment::getSplit( in getSplit()
618 void BreakableBlockComment::adjustWhitespace(unsigned LineIndex, in adjustWhitespace()
655 unsigned BreakableBlockComment::getRangeLength(unsigned LineIndex, in getRangeLength()
664 unsigned BreakableBlockComment::getRemainingLength(unsigned LineIndex, in getRemainingLength()
683 unsigned BreakableBlockComment::getContentStartColumn(unsigned LineIndex, in getContentStartColumn()
691 BreakableBlockComment::ContentIndentingJavadocAnnotations = {
696 unsigned BreakableBlockComment::getContentIndent(unsigned LineIndex) const { in getContentIndent()
712 void BreakableBlockComment::insertBreak(unsigned LineIndex, unsigned TailOffset, in insertBreak()
743 BreakableToken::Split BreakableBlockComment::getReflowSplit( in getReflowSplit()
762 bool BreakableBlockComment::introducesBreakBeforeToken() const { in introducesBreakBeforeToken()
768 void BreakableBlockComment::reflow(unsigned LineIndex, in reflow()
789 void BreakableBlockComment::adaptStartOfLine( in adaptStartOfLine()
838 BreakableBlockComment::getSplitAfterLastLine(unsigned TailOffset) const { in getSplitAfterLastLine()
851 bool BreakableBlockComment::mayReflow( in mayReflow()