clang  3.7.0
Classes | Namespaces
BreakableToken.h File Reference

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

#include "Encoding.h"
#include "TokenAnnotator.h"
#include "WhitespaceManager.h"
#include <utility>
Include dependency graph for BreakableToken.h:
This graph shows which files directly or indirectly include this file:

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
 
 clang::format
 

Detailed Description

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

Definition in file BreakableToken.h.