|
clang
3.8.0
|
This file implements specific functions of FormatTokens and their roles.
More...
#include "ContinuationIndenter.h"#include "FormatToken.h"#include "clang/Format/Format.h"#include "llvm/ADT/SmallVector.h"#include "llvm/Support/Debug.h"#include <climits>Go to the source code of this file.
Namespaces | |
| clang | |
| Dataflow Directional Tag Classes. | |
| clang::format | |
Macros | |
| #define | TYPE(X) #X, |
Functions | |
| const char * | clang::format::getTokenTypeName (TokenType Type) |
| Determines the name of a token type. More... | |
| static unsigned | clang::format::CodePointsBetween (const FormatToken *Begin, const FormatToken *End) |
This file implements specific functions of FormatTokens and their roles.
Definition in file FormatToken.cpp.
1.8.6