clang
10.0.0git
|
This is the complete list of members for clang::format::BreakableStringLiteral, including all inherited members.
BreakableStringLiteral(const FormatToken &Tok, unsigned StartColumn, StringRef Prefix, StringRef Postfix, unsigned UnbreakableTailLength, bool InPPDirective, encoding::Encoding Encoding, const FormatStyle &Style) | clang::format::BreakableStringLiteral | |
compressWhitespace(unsigned LineIndex, unsigned TailOffset, Split Split, WhitespaceManager &Whitespaces) const override | clang::format::BreakableStringLiteral | inline |
getContentStartColumn(unsigned LineIndex, bool Break) const override | clang::format::BreakableStringLiteral | |
getLineCount() const override | clang::format::BreakableStringLiteral | |
getRangeLength(unsigned LineIndex, unsigned Offset, StringRef::size_type Length, unsigned StartColumn) const override | clang::format::BreakableStringLiteral | |
getRemainingLength(unsigned LineIndex, unsigned Offset, unsigned StartColumn) const override | clang::format::BreakableStringLiteral | |
getSplit(unsigned LineIndex, unsigned TailOffset, unsigned ColumnLimit, unsigned ContentStartColumn, const llvm::Regex &CommentPragmasRegex) const override | clang::format::BreakableStringLiteral | |
insertBreak(unsigned LineIndex, unsigned TailOffset, Split Split, unsigned ContentIndent, WhitespaceManager &Whitespaces) const override | clang::format::BreakableStringLiteral | |
Line | clang::format::BreakableStringLiteral | protected |
Postfix | clang::format::BreakableStringLiteral | protected |
Prefix | clang::format::BreakableStringLiteral | protected |
StartColumn | clang::format::BreakableStringLiteral | protected |
UnbreakableTailLength | clang::format::BreakableStringLiteral | protected |