clang API Documentation
Declares BreakableToken, BreakableStringLiteral, and BreakableBlockComment classes, that contain token type-specific logic to break long lines in tokens. More...


Go to the source code of this file.
Classes | |
| class | clang::format::BreakableToken |
| Base class for strategies on how to break tokens. More... | |
| class | clang::format::BreakableSingleLineToken |
| Base class for single line tokens that can be broken. More... | |
| class | clang::format::BreakableStringLiteral |
| class | clang::format::BreakableLineComment |
| class | clang::format::BreakableBlockComment |
Namespaces | |
| namespace | clang |
| namespace | clang::format |
Declares BreakableToken, BreakableStringLiteral, and BreakableBlockComment classes, that contain token type-specific logic to break long lines in tokens.
Definition in file BreakableToken.h.