Searched refs:BreakableLineComment (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/Format/ |
D | BreakableToken.cpp | 200 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()
|
D | BreakableToken.h | 133 class BreakableLineComment : public BreakableSingleLineToken { 139 BreakableLineComment(const FormatToken &Token, unsigned IndentLevel,
|
D | ContinuationIndenter.cpp | 989 Token.reset(new BreakableLineComment(Current, State.Line->Level, in breakProtrudingToken()
|