Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DBreakableToken.cpp200 BreakableLineComment::BreakableLineComment( in BreakableLineComment() function in clang::format::BreakableLineComment
217 BreakableLineComment::getSplit(unsigned LineIndex, unsigned TailOffset, in getSplit()
223 void BreakableLineComment::insertBreak(unsigned LineIndex, unsigned TailOffset, in insertBreak()
231 void BreakableLineComment::replaceWhitespace(unsigned LineIndex, in replaceWhitespace()
241 BreakableLineComment::replaceWhitespaceBefore(unsigned LineIndex, in replaceWhitespaceBefore()
DBreakableToken.h133 class BreakableLineComment : public BreakableSingleLineToken {
139 BreakableLineComment(const FormatToken &Token, unsigned IndentLevel,
DContinuationIndenter.cpp989 Token.reset(new BreakableLineComment(Current, State.Line->Level, in breakProtrudingToken()