#include "mlir/Support/LLVM.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/SMLoc.h"
#include <optional>
#include "TokenKinds.def"
Go to the source code of this file.
|
| mlir |
| Include the generated interface declarations.
|
|
◆ TOK_IDENTIFIER
#define TOK_IDENTIFIER |
( |
|
NAME | ) |
NAME, |
◆ TOK_KEYWORD
#define TOK_KEYWORD |
( |
|
SPELLING | ) |
kw_##SPELLING, |
◆ TOK_LITERAL
#define TOK_LITERAL |
( |
|
NAME | ) |
NAME, |
◆ TOK_MARKER
#define TOK_MARKER |
( |
|
NAME | ) |
NAME, |
◆ TOK_PUNCTUATION
#define TOK_PUNCTUATION |
( |
|
NAME, |
|
|
|
SPELLING |
|
) |
| NAME, |