Searched refs:BreakableBlockComment (Results 1 – 3 of 3) sorted by relevance
252 BreakableBlockComment::BreakableBlockComment( in BreakableBlockComment() function in clang::format::BreakableBlockComment326 void BreakableBlockComment::adjustWhitespace(unsigned LineIndex, in adjustWhitespace()364 unsigned BreakableBlockComment::getLineCount() const { return Lines.size(); } in getLineCount()366 unsigned BreakableBlockComment::getLineLengthAfterSplit( in getLineLengthAfterSplit()378 BreakableBlockComment::getSplit(unsigned LineIndex, unsigned TailOffset, in getSplit()385 void BreakableBlockComment::insertBreak(unsigned LineIndex, unsigned TailOffset, in insertBreak()405 void BreakableBlockComment::replaceWhitespace(unsigned LineIndex, in replaceWhitespace()417 void BreakableBlockComment::replaceWhitespaceBefore( in replaceWhitespaceBefore()451 BreakableBlockComment::getContentStartColumn(unsigned LineIndex, in getContentStartColumn()
157 class BreakableBlockComment : public BreakableToken {165 BreakableBlockComment(const FormatToken &Token, unsigned IndentLevel,
1082 Token.reset(new BreakableBlockComment( in breakProtrudingToken()