|
clang
3.8.0
|
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 | |
| clang | |
| Dataflow Directional Tag Classes. | |
| 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.
1.8.6