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

/external/clang/lib/Format/
H A DBreakableToken.cpp252 BreakableBlockComment::BreakableBlockComment( function in class:clang::format::BreakableBlockComment
326 void BreakableBlockComment::adjustWhitespace(unsigned LineIndex,
364 unsigned BreakableBlockComment::getLineCount() const { return Lines.size(); }
366 unsigned BreakableBlockComment::getLineLengthAfterSplit(
378 BreakableBlockComment::getSplit(unsigned LineIndex, unsigned TailOffset,
385 void BreakableBlockComment::insertBreak(unsigned LineIndex, unsigned TailOffset,
405 void BreakableBlockComment::replaceWhitespace(unsigned LineIndex,
417 void BreakableBlockComment::replaceWhitespaceBefore(
451 BreakableBlockComment
[all...]
H A DBreakableToken.h12 /// BreakableBlockComment classes, that contain token type-specific logic to
157 class BreakableBlockComment : public BreakableToken { class in namespace:clang::format
165 BreakableBlockComment(const FormatToken &Token, unsigned IndentLevel,
H A DContinuationIndenter.cpp1082 Token.reset(new BreakableBlockComment(

Completed in 83 milliseconds