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

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

Completed in 71 milliseconds