clang API Documentation

clang::format::BreakableLineComment Member List
This is the complete list of members for clang::format::BreakableLineComment, including all inherited members.
BreakableLineComment(const FormatToken &Token, unsigned IndentLevel, unsigned StartColumn, bool InPPDirective, encoding::Encoding Encoding, const FormatStyle &Style)clang::format::BreakableLineComment
BreakableSingleLineToken(const FormatToken &Tok, unsigned IndentLevel, unsigned StartColumn, StringRef Prefix, StringRef Postfix, bool InPPDirective, encoding::Encoding Encoding, const FormatStyle &Style)clang::format::BreakableSingleLineToken [protected]
BreakableToken(const FormatToken &Tok, unsigned IndentLevel, bool InPPDirective, encoding::Encoding Encoding, const FormatStyle &Style)clang::format::BreakableToken [inline, protected]
Encodingclang::format::BreakableToken [protected]
getLineCount() const overrideclang::format::BreakableSingleLineToken [virtual]
getLineLengthAfterSplit(unsigned LineIndex, unsigned TailOffset, StringRef::size_type Length) const overrideclang::format::BreakableSingleLineToken [virtual]
getSplit(unsigned LineIndex, unsigned TailOffset, unsigned ColumnLimit) const overrideclang::format::BreakableLineComment [virtual]
IndentLevelclang::format::BreakableToken [protected]
InPPDirectiveclang::format::BreakableToken [protected]
insertBreak(unsigned LineIndex, unsigned TailOffset, Split Split, WhitespaceManager &Whitespaces) overrideclang::format::BreakableLineComment [virtual]
Lineclang::format::BreakableSingleLineToken [protected]
Postfixclang::format::BreakableSingleLineToken [protected]
Prefixclang::format::BreakableSingleLineToken [protected]
replaceWhitespace(unsigned LineIndex, unsigned TailOffset, Split Split, WhitespaceManager &Whitespaces) overrideclang::format::BreakableLineComment [virtual]
replaceWhitespaceBefore(unsigned LineIndex, WhitespaceManager &Whitespaces) overrideclang::format::BreakableLineComment [virtual]
Split typedefclang::format::BreakableToken
StartColumnclang::format::BreakableSingleLineToken [protected]
Styleclang::format::BreakableToken [protected]
Tokclang::format::BreakableToken [protected]
~BreakableToken()clang::format::BreakableToken [inline, virtual]