clang API Documentation

clang::format::BreakableToken Member List
This is the complete list of members for clang::format::BreakableToken, including all inherited members.
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 =0clang::format::BreakableToken [pure virtual]
getLineLengthAfterSplit(unsigned LineIndex, unsigned Offset, StringRef::size_type Length) const =0clang::format::BreakableToken [pure virtual]
getSplit(unsigned LineIndex, unsigned TailOffset, unsigned ColumnLimit) const =0clang::format::BreakableToken [pure virtual]
IndentLevelclang::format::BreakableToken [protected]
InPPDirectiveclang::format::BreakableToken [protected]
insertBreak(unsigned LineIndex, unsigned TailOffset, Split Split, WhitespaceManager &Whitespaces)=0clang::format::BreakableToken [pure virtual]
replaceWhitespace(unsigned LineIndex, unsigned TailOffset, Split Split, WhitespaceManager &Whitespaces)=0clang::format::BreakableToken [pure virtual]
replaceWhitespaceBefore(unsigned LineIndex, WhitespaceManager &Whitespaces)clang::format::BreakableToken [inline, virtual]
Split typedefclang::format::BreakableToken
Styleclang::format::BreakableToken [protected]
Tokclang::format::BreakableToken [protected]
~BreakableToken()clang::format::BreakableToken [inline, virtual]