Home
last modified time | relevance | path

Searched refs:BreakableLineCommentSection (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DBreakableToken.cpp851 BreakableLineCommentSection::BreakableLineCommentSection( in BreakableLineCommentSection() function in clang::format::BreakableLineCommentSection
998 BreakableLineCommentSection::getRangeLength(unsigned LineIndex, unsigned Offset, in getRangeLength()
1007 BreakableLineCommentSection::getContentStartColumn(unsigned LineIndex, in getContentStartColumn()
1012 void BreakableLineCommentSection::insertBreak( in insertBreak()
1027 BreakableComment::Split BreakableLineCommentSection::getReflowSplit( in getReflowSplit()
1041 void BreakableLineCommentSection::reflow(unsigned LineIndex, in reflow()
1090 void BreakableLineCommentSection::adaptStartOfLine( in adaptStartOfLine()
1131 void BreakableLineCommentSection::updateNextToken(LineState &State) const { in updateNextToken()
1136 bool BreakableLineCommentSection::mayReflow( in mayReflow()
H A DBreakableToken.h479 class BreakableLineCommentSection : public BreakableComment {
481 BreakableLineCommentSection(const FormatToken &Token, unsigned StartColumn,
H A DContinuationIndenter.cpp2545 return std::make_unique<BreakableLineCommentSection>( in createBreakableToken()