Searched refs:BreakableLineCommentSection (Results 1 – 3 of 3) sorted by relevance
753 BreakableLineCommentSection::BreakableLineCommentSection( in BreakableLineCommentSection() function in clang::format::BreakableLineCommentSection874 BreakableLineCommentSection::getRangeLength(unsigned LineIndex, unsigned Offset, in getRangeLength()883 BreakableLineCommentSection::getContentStartColumn(unsigned LineIndex, in getContentStartColumn()888 void BreakableLineCommentSection::insertBreak( in insertBreak()903 BreakableComment::Split BreakableLineCommentSection::getReflowSplit( in getReflowSplit()917 void BreakableLineCommentSection::reflow(unsigned LineIndex, in reflow()966 void BreakableLineCommentSection::adaptStartOfLine( in adaptStartOfLine()1007 void BreakableLineCommentSection::updateNextToken(LineState &State) const { in updateNextToken()1013 bool BreakableLineCommentSection::mayReflow( in mayReflow()
436 class BreakableLineCommentSection : public BreakableComment {438 BreakableLineCommentSection(const FormatToken &Token, unsigned StartColumn,
1976 return std::make_unique<BreakableLineCommentSection>( in createBreakableToken()