Searched refs:BreakableLineCommentSection (Results 1 – 3 of 3) sorted by relevance
863 BreakableLineCommentSection::BreakableLineCommentSection( in BreakableLineCommentSection() function in clang::format::BreakableLineCommentSection1012 BreakableLineCommentSection::getRangeLength(unsigned LineIndex, unsigned Offset, in getRangeLength()1021 BreakableLineCommentSection::getContentStartColumn(unsigned LineIndex, in getContentStartColumn()1026 void BreakableLineCommentSection::insertBreak( in insertBreak()1041 BreakableComment::Split BreakableLineCommentSection::getReflowSplit( in getReflowSplit()1055 void BreakableLineCommentSection::reflow(unsigned LineIndex, in reflow()1104 void BreakableLineCommentSection::adaptStartOfLine( in adaptStartOfLine()1145 void BreakableLineCommentSection::updateNextToken(LineState &State) const { in updateNextToken()1150 bool BreakableLineCommentSection::mayReflow( in mayReflow()
477 class BreakableLineCommentSection : public BreakableComment {479 BreakableLineCommentSection(const FormatToken &Token, unsigned StartColumn,
2427 return std::make_unique<BreakableLineCommentSection>( in createBreakableToken()