#include "clang/Lex/LexHLSLRootSignature.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 |
◆ ENUM
| #define ENUM |
( |
| NAME, |
|
|
| LIT ) |
Value:Switch.CaseLower(LIT, TokenKind::en_##NAME);
◆ KEYWORD
Value:Switch.CaseLower(#NAME, TokenKind::kw_##NAME);
◆ PUNCTUATOR
| #define PUNCTUATOR |
( |
| X, |
|
|
| Y ) |
Value: case Y: { \
Result.TokKind = TokenKind::pu_##
X; \
advanceBuffer(); \
return Result; \
}