Searched refs:BreakableBlockComment (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/Format/ |
D | BreakableToken.cpp | 251 BreakableBlockComment::BreakableBlockComment( in BreakableBlockComment() function in clang::format::BreakableBlockComment 319 void BreakableBlockComment::adjustWhitespace(unsigned LineIndex, in adjustWhitespace() 357 unsigned BreakableBlockComment::getLineCount() const { return Lines.size(); } in getLineCount() 359 unsigned BreakableBlockComment::getLineLengthAfterSplit( in getLineLengthAfterSplit() 371 BreakableBlockComment::getSplit(unsigned LineIndex, unsigned TailOffset, in getSplit() 378 void BreakableBlockComment::insertBreak(unsigned LineIndex, unsigned TailOffset, in insertBreak() 398 void BreakableBlockComment::replaceWhitespace(unsigned LineIndex, in replaceWhitespace() 411 BreakableBlockComment::replaceWhitespaceBefore(unsigned LineIndex, in replaceWhitespaceBefore() 445 BreakableBlockComment::getContentStartColumn(unsigned LineIndex, in getContentStartColumn()
|
D | BreakableToken.h | 157 class BreakableBlockComment : public BreakableToken { 165 BreakableBlockComment(const FormatToken &Token, unsigned IndentLevel,
|
D | ContinuationIndenter.cpp | 981 Token.reset(new BreakableBlockComment( in breakProtrudingToken()
|