Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DBreakableToken.cpp252 BreakableBlockComment::BreakableBlockComment( in BreakableBlockComment() function in clang::format::BreakableBlockComment
326 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()
DBreakableToken.h157 class BreakableBlockComment : public BreakableToken {
165 BreakableBlockComment(const FormatToken &Token, unsigned IndentLevel,
DContinuationIndenter.cpp1082 Token.reset(new BreakableBlockComment( in breakProtrudingToken()