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
219 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()
DBreakableToken.h133 class BreakableLineComment : public BreakableSingleLineToken {
139 BreakableLineComment(const FormatToken &Token, unsigned IndentLevel,
DContinuationIndenter.cpp1146 Token.reset(new BreakableLineComment(Current, State.Line->Level, in breakProtrudingToken()