Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DBreakableToken.cpp709 BreakableLineCommentSection::BreakableLineCommentSection( in BreakableLineCommentSection() function in clang::format::BreakableLineCommentSection
798 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()
H A DBreakableToken.h438 class BreakableLineCommentSection : public BreakableComment {
440 BreakableLineCommentSection(const FormatToken &Token, unsigned StartColumn,
H A DContinuationIndenter.cpp1783 return llvm::make_unique<BreakableLineCommentSection>( in createBreakableToken()