Home
last modified time | relevance | path

Searched refs:BreakableComment (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DBreakableToken.h327 class BreakableComment : public BreakableToken {
333 BreakableComment(const FormatToken &Token, unsigned StartColumn,
398 class BreakableBlockComment : public BreakableComment {
477 class BreakableLineCommentSection : public BreakableComment {
H A DBreakableToken.cpp409 BreakableComment::BreakableComment(const FormatToken &Token, in BreakableComment() function in clang::format::BreakableComment
416 unsigned BreakableComment::getLineCount() const { return Lines.size(); } in getLineCount()
419 BreakableComment::getSplit(unsigned LineIndex, unsigned TailOffset, in getSplit()
430 void BreakableComment::compressWhitespace( in compressWhitespace()
446 const FormatToken &BreakableComment::tokenAt(unsigned LineIndex) const { in tokenAt()
484 : BreakableComment(Token, StartColumn, InPPDirective, Encoding, Style), in BreakableBlockComment()
866 : BreakableComment(Token, StartColumn, InPPDirective, Encoding, Style) { in BreakableLineCommentSection()
1041 BreakableComment::Split BreakableLineCommentSection::getReflowSplit( in getReflowSplit()