Searched refs:BreakableComment (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Format/ |
| H A D | BreakableToken.h | 327 class BreakableComment : public BreakableToken { 333 BreakableComment(const FormatToken &Token, unsigned StartColumn, 400 class BreakableBlockComment : public BreakableComment { 479 class BreakableLineCommentSection : public BreakableComment {
|
| H A D | BreakableToken.cpp | 396 BreakableComment::BreakableComment(const FormatToken &Token, in BreakableComment() function in clang::format::BreakableComment 403 unsigned BreakableComment::getLineCount() const { return Lines.size(); } in getLineCount() 406 BreakableComment::getSplit(unsigned LineIndex, unsigned TailOffset, in getSplit() 417 void BreakableComment::compressWhitespace( in compressWhitespace() 433 const FormatToken &BreakableComment::tokenAt(unsigned LineIndex) const { in tokenAt() 471 : BreakableComment(Token, StartColumn, InPPDirective, Encoding, Style), in BreakableBlockComment() 854 : BreakableComment(Token, StartColumn, InPPDirective, Encoding, Style) { in BreakableLineCommentSection() 1027 BreakableComment::Split BreakableLineCommentSection::getReflowSplit( in getReflowSplit()
|