|
clang
5.0.0
|
This is the complete list of members for clang::format::BreakableToken, including all inherited members.
| BreakableToken(const FormatToken &Tok, bool InPPDirective, encoding::Encoding Encoding, const FormatStyle &Style) | clang::format::BreakableToken | inlineprotected |
| compressWhitespace(unsigned LineIndex, unsigned TailOffset, Split Split, WhitespaceManager &Whitespaces)=0 | clang::format::BreakableToken | pure virtual |
| Encoding | clang::format::BreakableToken | protected |
| getLineCount() const =0 | clang::format::BreakableToken | pure virtual |
| getLineLengthAfterCompression(unsigned RemainingTokenColumns, Split Split) const | clang::format::BreakableToken | |
| getLineLengthAfterSplit(unsigned LineIndex, unsigned TailOffset, StringRef::size_type Length) const =0 | clang::format::BreakableToken | pure virtual |
| getLineLengthAfterSplitBefore(unsigned LineIndex, unsigned TailOffset, unsigned PreviousEndColumn, unsigned ColumnLimit, Split SplitBefore) const | clang::format::BreakableToken | inlinevirtual |
| getSplit(unsigned LineIndex, unsigned TailOffset, unsigned ColumnLimit, llvm::Regex &CommentPragmasRegex) const =0 | clang::format::BreakableToken | pure virtual |
| getSplitBefore(unsigned LineIndex, unsigned PreviousEndColumn, unsigned ColumnLimit, llvm::Regex &CommentPragmasRegex) const | clang::format::BreakableToken | inlinevirtual |
| InPPDirective | clang::format::BreakableToken | protected |
| insertBreak(unsigned LineIndex, unsigned TailOffset, Split Split, WhitespaceManager &Whitespaces)=0 | clang::format::BreakableToken | pure virtual |
| replaceWhitespaceBefore(unsigned LineIndex, unsigned PreviousEndColumn, unsigned ColumnLimit, Split SplitBefore, WhitespaceManager &Whitespaces) | clang::format::BreakableToken | inlinevirtual |
| Split typedef | clang::format::BreakableToken | |
| Style | clang::format::BreakableToken | protected |
| Tok | clang::format::BreakableToken | protected |
| updateNextToken(LineState &State) const | clang::format::BreakableToken | inlinevirtual |
| ~BreakableToken() | clang::format::BreakableToken | inlinevirtual |
1.8.6