|
clang 22.0.0git
|
#include "clang/Basic/TokenKinds.h"#include "llvm/Support/ErrorHandling.h"#include "clang/Basic/TokenKinds.def"Go to the source code of this file.
Macros | |
| #define | TOK(X) |
| #define | KEYWORD(X, Y) |
| #define | PUNCTUATOR(X, Y) |
| #define | KEYWORD(X, Y) |
| #define | PPKEYWORD(x) |
| #define | ANNOTATION(X) |
| #define | PRAGMA_ANNOTATION(X) |
Variables | |
| static const char *const | TokNames [] |
| #define ANNOTATION | ( | X | ) |
| #define KEYWORD | ( | X, | |
| Y ) |
| #define PPKEYWORD | ( | x | ) |
| #define TOK | ( | X | ) |
|
static |
Definition at line 17 of file TokenKinds.cpp.
Referenced by clang::tok::getTokenName(), and clang::format::getTokenTypeName().