Searched refs:BreakableLineComment (Results 1 – 3 of 3) sorted by relevance
200 BreakableLineComment::BreakableLineComment( in BreakableLineComment() function in clang::format::BreakableLineComment219 BreakableLineComment::getSplit(unsigned LineIndex, unsigned TailOffset, in getSplit()225 void BreakableLineComment::insertBreak(unsigned LineIndex, unsigned TailOffset, in insertBreak()233 void BreakableLineComment::replaceWhitespace(unsigned LineIndex, in replaceWhitespace()242 void BreakableLineComment::replaceWhitespaceBefore( in replaceWhitespaceBefore()
133 class BreakableLineComment : public BreakableSingleLineToken {139 BreakableLineComment(const FormatToken &Token, unsigned IndentLevel,
1146 Token.reset(new BreakableLineComment(Current, State.Line->Level, in breakProtrudingToken()