HomeSort by relevance Sort by last modified time
    Searched defs:BreakableBlockComment (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Format/
BreakableToken.h 12 /// BreakableBlockComment classes, that contain token type-specific logic to
157 class BreakableBlockComment : public BreakableToken {
165 BreakableBlockComment(const FormatToken &Token, unsigned IndentLevel,
BreakableToken.cpp 251 BreakableBlockComment::BreakableBlockComment(
318 void BreakableBlockComment::adjustWhitespace(unsigned LineIndex,
356 unsigned BreakableBlockComment::getLineCount() const { return Lines.size(); }
358 unsigned BreakableBlockComment::getLineLengthAfterSplit(
370 BreakableBlockComment::getSplit(unsigned LineIndex, unsigned TailOffset,
377 void BreakableBlockComment::insertBreak(unsigned LineIndex, unsigned TailOffset,
397 void BreakableBlockComment::replaceWhitespace(unsigned LineIndex,
410 BreakableBlockComment::replaceWhitespaceBefore(unsigned LineIndex,
444 BreakableBlockComment::getContentStartColumn(unsigned LineIndex
    [all...]

Completed in 1738 milliseconds