Home
last modified time | relevance | path

Searched refs:BreakableBlockComment (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DBreakableToken.cpp332 BreakableBlockComment::BreakableBlockComment( in BreakableBlockComment() function in clang::format::BreakableBlockComment
457 void BreakableBlockComment::adjustWhitespace(unsigned LineIndex, in adjustWhitespace()
494 unsigned BreakableBlockComment::getRangeLength(unsigned LineIndex, in getRangeLength()
516 unsigned BreakableBlockComment::getRemainingLength(unsigned LineIndex, in getRemainingLength()
523 unsigned BreakableBlockComment::getContentStartColumn(unsigned LineIndex, in getContentStartColumn()
531 BreakableBlockComment::ContentIndentingJavadocAnnotations = {
588 BreakableBlockComment::getReflowSplit(unsigned LineIndex, in getReflowSplit()
606 bool BreakableBlockComment::introducesBreakBeforeToken() const { in introducesBreakBeforeToken()
612 void BreakableBlockComment::reflow(unsigned LineIndex, in reflow()
633 void BreakableBlockComment::adaptStartOfLine( in adaptStartOfLine()
[all …]
H A DBreakableToken.h362 class BreakableBlockComment : public BreakableComment {
364 BreakableBlockComment(const FormatToken &Token, unsigned StartColumn,
H A DContinuationIndenter.cpp1773 return llvm::make_unique<BreakableBlockComment>( in createBreakableToken()