Searched refs:BreakableLineCommentSection (Results 1 – 3 of 3) sorted by relevance
709 BreakableLineCommentSection::BreakableLineCommentSection( in BreakableLineCommentSection() function in clang::format::BreakableLineCommentSection798 BreakableLineCommentSection::getRangeLength(unsigned LineIndex, unsigned Offset, in getRangeLength()806 unsigned BreakableLineCommentSection::getContentStartColumn(unsigned LineIndex, in getContentStartColumn()813 void BreakableLineCommentSection::insertBreak( in insertBreak()834 BreakableComment::Split BreakableLineCommentSection::getReflowSplit( in getReflowSplit()848 void BreakableLineCommentSection::reflow(unsigned LineIndex, in reflow()899 void BreakableLineCommentSection::adaptStartOfLine( in adaptStartOfLine()941 void BreakableLineCommentSection::updateNextToken(LineState &State) const { in updateNextToken()947 bool BreakableLineCommentSection::mayReflow( in mayReflow()
438 class BreakableLineCommentSection : public BreakableComment {440 BreakableLineCommentSection(const FormatToken &Token, unsigned StartColumn,
1783 return llvm::make_unique<BreakableLineCommentSection>( in createBreakableToken()