Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Format/
H A DBreakableToken.h286 class BreakableComment : public BreakableToken {
292 BreakableComment(const FormatToken &Token, unsigned StartColumn,
357 class BreakableBlockComment : public BreakableComment {
436 class BreakableLineCommentSection : public BreakableComment {
H A DBreakableToken.cpp295 BreakableComment::BreakableComment(const FormatToken &Token, in BreakableComment() function in clang::format::BreakableComment
302 unsigned BreakableComment::getLineCount() const { return Lines.size(); } in getLineCount()
305 BreakableComment::getSplit(unsigned LineIndex, unsigned TailOffset, in getSplit()
316 void BreakableComment::compressWhitespace( in compressWhitespace()
332 const FormatToken &BreakableComment::tokenAt(unsigned LineIndex) const { in tokenAt()
370 : BreakableComment(Token, StartColumn, InPPDirective, Encoding, Style), in BreakableBlockComment()
754 : BreakableComment(Token, StartColumn, InPPDirective, Encoding, Style) { in BreakableLineCommentSection()
929 BreakableComment::Split BreakableLineCommentSection::getReflowSplit( in getReflowSplit()