clang 18.0.0git
|
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>
#include "clang/Basic/TransformTypeTraits.def"
Go to the source code of this file.
Namespaces | |
namespace | clang |
namespace | clang::format |
Macros | |
#define | TYPE(X) #X, |
#define | TRANSFORM_TYPE_TRAIT_DEF(_, Trait) case tok::kw___##Trait: |
Functions | |
const char * | clang::format::getTokenTypeName (TokenType Type) |
Determines the name of a token type. | |
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.
#define TRANSFORM_TYPE_TRAIT_DEF | ( | _, | |
Trait | |||
) | case tok::kw___##Trait: |