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 318 void BreakableBlockComment::adjustWhitespace(unsigned LineIndex, in adjustWhitespace() 356 unsigned BreakableBlockComment::getLineCount() const { return Lines.size(); } in getLineCount() 358 unsigned BreakableBlockComment::getLineLengthAfterSplit( in getLineLengthAfterSplit() 370 BreakableBlockComment::getSplit(unsigned LineIndex, unsigned TailOffset, in getSplit() 377 void BreakableBlockComment::insertBreak(unsigned LineIndex, unsigned TailOffset, in insertBreak() 397 void BreakableBlockComment::replaceWhitespace(unsigned LineIndex, in replaceWhitespace() 410 BreakableBlockComment::replaceWhitespaceBefore(unsigned LineIndex, in replaceWhitespaceBefore() 444 BreakableBlockComment::getContentStartColumn(unsigned LineIndex, in getContentStartColumn()
|
D | BreakableToken.h | 157 class BreakableBlockComment : public BreakableToken { 165 BreakableBlockComment(const FormatToken &Token, unsigned IndentLevel,
|
D | ContinuationIndenter.cpp | 996 Token.reset(new BreakableBlockComment( in breakProtrudingToken()
|