#include "clang/Basic/Diagnostic.h"
#include "clang/Basic/SourceLocation.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/ADT/StringSwitch.h"
#include "clang/Lex/HLSLRootSignatureTokenKinds.def"
Go to the source code of this file.
|
namespace | clang |
| The JSON file list parser is used to communicate input to InstallAPI.
|
namespace | clang::hlsl |
◆ PUNCTUATOR
#define PUNCTUATOR |
( |
| X, |
|
|
| SPELLING ) |
Value: case RootSignatureToken::Kind::pu_##
X: \
DB << #SPELLING; \
break;
◆ TOK [1/2]
#define TOK |
( |
| X, |
|
|
| SPELLING ) |
◆ TOK [2/2]
#define TOK |
( |
| X, |
|
|
| SPELLING ) |
Value: case RootSignatureToken::Kind::X: \
DB << SPELLING; \
break;
Definition at line 28 of file LexHLSLRootSignature.h.