clang API Documentation
BreakableBlockComment(const FormatToken &Token, unsigned IndentLevel, unsigned StartColumn, unsigned OriginaStartColumn, bool FirstInLine, bool InPPDirective, encoding::Encoding Encoding, const FormatStyle &Style) | clang::format::BreakableBlockComment | |
BreakableToken(const FormatToken &Tok, unsigned IndentLevel, bool InPPDirective, encoding::Encoding Encoding, const FormatStyle &Style) | clang::format::BreakableToken | [inline, protected] |
Encoding | clang::format::BreakableToken | [protected] |
getLineCount() const override | clang::format::BreakableBlockComment | [virtual] |
getLineLengthAfterSplit(unsigned LineIndex, unsigned TailOffset, StringRef::size_type Length) const override | clang::format::BreakableBlockComment | [virtual] |
getSplit(unsigned LineIndex, unsigned TailOffset, unsigned ColumnLimit) const override | clang::format::BreakableBlockComment | [virtual] |
IndentLevel | clang::format::BreakableToken | [protected] |
InPPDirective | clang::format::BreakableToken | [protected] |
insertBreak(unsigned LineIndex, unsigned TailOffset, Split Split, WhitespaceManager &Whitespaces) override | clang::format::BreakableBlockComment | [virtual] |
replaceWhitespace(unsigned LineIndex, unsigned TailOffset, Split Split, WhitespaceManager &Whitespaces) override | clang::format::BreakableBlockComment | [virtual] |
replaceWhitespaceBefore(unsigned LineIndex, WhitespaceManager &Whitespaces) override | clang::format::BreakableBlockComment | [virtual] |
Split typedef | clang::format::BreakableToken | |
Style | clang::format::BreakableToken | [protected] |
Tok | clang::format::BreakableToken | [protected] |
~BreakableToken() | clang::format::BreakableToken | [inline, virtual] |