Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DBreakableToken.h291 class BreakableComment : public BreakableToken {
297 BreakableComment(const FormatToken &Token, unsigned StartColumn,
362 class BreakableBlockComment : public BreakableComment {
438 class BreakableLineCommentSection : public BreakableComment {
H A DBreakableToken.cpp261 BreakableComment::BreakableComment(const FormatToken &Token, in BreakableComment() function in clang::format::BreakableComment
268 unsigned BreakableComment::getLineCount() const { return Lines.size(); } in getLineCount()
271 BreakableComment::getSplit(unsigned LineIndex, unsigned TailOffset, in getSplit()
282 void BreakableComment::compressWhitespace( in compressWhitespace()
298 const FormatToken &BreakableComment::tokenAt(unsigned LineIndex) const { in tokenAt()
336 : BreakableComment(Token, StartColumn, InPPDirective, Encoding, Style), in BreakableBlockComment()
713 : BreakableComment(Token, StartColumn, InPPDirective, Encoding, Style) { in BreakableLineCommentSection()
834 BreakableComment::Split BreakableLineCommentSection::getReflowSplit( in getReflowSplit()