|
clang
5.0.0
|
This file implements specific functions of FormatTokens and their roles.
More...
#include "FormatToken.h"#include "ContinuationIndenter.h"#include "llvm/ADT/SmallVector.h"#include "llvm/Support/Debug.h"#include <climits>Go to the source code of this file.
Namespaces | |
| clang | |
| /file This file defines classes for searching and anlyzing source code clones. | |
| 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