|
clang 23.0.0git
|
This file implements a token annotator, i.e. More...
#include "TokenAnnotator.h"#include "FormatToken.h"#include "clang/Basic/TokenKinds.h"#include "llvm/ADT/SmallPtrSet.h"#include "llvm/Support/Debug.h"#include "clang/Basic/TransformTypeTraits.def"Go to the source code of this file.
Namespaces | |
| namespace | clang |
| The JSON file list parser is used to communicate input to InstallAPI. | |
| namespace | clang::format |
Macros | |
| #define | DEBUG_TYPE "format-token-annotator" |
| #define | TRANSFORM_TYPE_TRAIT_DEF(_, Trait) |
This file implements a token annotator, i.e.
creates AnnotatedTokens out of FormatTokens with required extra information.
Definition in file TokenAnnotator.cpp.
| #define DEBUG_TYPE "format-token-annotator" |
Definition at line 21 of file TokenAnnotator.cpp.
| #define TRANSFORM_TYPE_TRAIT_DEF | ( | _, | |
| Trait ) |