|
clang
5.0.0
|
#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) #X, |
| #define | KEYWORD(X, Y) #X, |
| #define | PUNCTUATOR(X, Y) case X: return Y; |
| #define | KEYWORD(X, Y) case kw_ ## X: return #X; |
Variables | |
| static const char *const | TokNames [] |
|
static |
Definition at line 18 of file TokenKinds.cpp.
Referenced by clang::tok::getTokenName(), and clang::format::getTokenTypeName().
1.8.6