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

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Format/
H A DBreakableToken.h135 class BreakableLineComment : public BreakableSingleLineToken { class in namespace:clang::format
141 BreakableLineComment(const FormatToken &Token, unsigned IndentLevel,
H A DBreakableToken.cpp190 BreakableLineComment::BreakableLineComment( function in class:clang::format::BreakableLineComment
207 BreakableLineComment::getSplit(unsigned LineIndex, unsigned TailOffset,
213 void BreakableLineComment::insertBreak(unsigned LineIndex, unsigned TailOffset,
221 void BreakableLineComment::replaceWhitespace(unsigned LineIndex,
231 BreakableLineComment::replaceWhitespaceBefore(unsigned LineIndex,
H A DContinuationIndenter.cpp781 Token.reset(new BreakableLineComment(Current, State.Line->Level,

Completed in 26 milliseconds