#include "clang/Parse/Parser.h"
#include "clang/Parse/ParseDiagnostic.h"
#include "clang/Sema/ParsedTemplate.h"
#include "clang/Basic/OperatorKinds.def"
#include "clang/Basic/TokenKinds.def"
Go to the source code of this file.
Defines |
#define | OVERLOADED_OPERATOR(Name, Spelling, Token, Unary, Binary, MemOnly) case tok::Token: |
#define | OVERLOADED_OPERATOR_MULTI(Name, Spelling, Unary, Binary, MemOnly) |
#define | TYPE_TRAIT(N, Spelling, K) case tok::kw_##Spelling: |
Define Documentation
#define TYPE_TRAIT |
( |
|
N, |
|
|
|
Spelling, |
|
|
|
K |
|
) |
| case tok::kw_##Spelling: |