clang
10.0.0git
|
This is the complete list of members for clang::format::BreakableBlockComment, including all inherited members.
adaptStartOfLine(unsigned LineIndex, WhitespaceManager &Whitespaces) const override | clang::format::BreakableBlockComment | |
BreakableBlockComment(const FormatToken &Token, unsigned StartColumn, unsigned OriginalStartColumn, bool FirstInLine, bool InPPDirective, encoding::Encoding Encoding, const FormatStyle &Style, bool UseCRLF) | clang::format::BreakableBlockComment | |
BreakableComment(const FormatToken &Token, unsigned StartColumn, bool InPPDirective, encoding::Encoding Encoding, const FormatStyle &Style) | clang::format::BreakableComment | protected |
compressWhitespace(unsigned LineIndex, unsigned TailOffset, Split Split, WhitespaceManager &Whitespaces) const override | clang::format::BreakableComment | |
Content | clang::format::BreakableComment | protected |
ContentColumn | clang::format::BreakableComment | protected |
ContentIndentingJavadocAnnotations | clang::format::BreakableBlockComment | static |
getContentIndent(unsigned LineIndex) const override | clang::format::BreakableBlockComment | |
getContentStartColumn(unsigned LineIndex, bool Break) const override | clang::format::BreakableBlockComment | |
getLineCount() const override | clang::format::BreakableComment | |
getRangeLength(unsigned LineIndex, unsigned Offset, StringRef::size_type Length, unsigned StartColumn) const override | clang::format::BreakableBlockComment | |
getReflowSplit(unsigned LineIndex, const llvm::Regex &CommentPragmasRegex) const override | clang::format::BreakableBlockComment | |
getRemainingLength(unsigned LineIndex, unsigned Offset, unsigned StartColumn) const override | clang::format::BreakableBlockComment | |
getSplit(unsigned LineIndex, unsigned TailOffset, unsigned ColumnLimit, unsigned ContentStartColumn, const llvm::Regex &CommentPragmasRegex) const override | clang::format::BreakableBlockComment | |
getSplitAfterLastLine(unsigned TailOffset) const override | clang::format::BreakableBlockComment | |
insertBreak(unsigned LineIndex, unsigned TailOffset, Split Split, unsigned ContentIndent, WhitespaceManager &Whitespaces) const override | clang::format::BreakableBlockComment | |
introducesBreakBeforeToken() const override | clang::format::BreakableBlockComment | |
Lines | clang::format::BreakableComment | protected |
mayReflow(unsigned LineIndex, const llvm::Regex &CommentPragmasRegex) const override | clang::format::BreakableBlockComment | virtual |
reflow(unsigned LineIndex, WhitespaceManager &Whitespaces) const override | clang::format::BreakableBlockComment | |
ReflowPrefix | clang::format::BreakableComment | protected |
StartColumn | clang::format::BreakableComment | protected |
supportsReflow() const override | clang::format::BreakableComment | inline |
tokenAt(unsigned LineIndex) const | clang::format::BreakableComment | protected |
Tokens | clang::format::BreakableComment | protected |