Searched refs:BreakableComment (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Format/ |
| H A D | BreakableToken.h | 291 class BreakableComment : public BreakableToken { 297 BreakableComment(const FormatToken &Token, unsigned StartColumn, 362 class BreakableBlockComment : public BreakableComment { 438 class BreakableLineCommentSection : public BreakableComment {
|
| H A D | BreakableToken.cpp | 261 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()
|