|
clang 22.0.0git
|
#include "clang/AST/Expr.h"#include "clang/Basic/DiagnosticParse.h"#include "clang/Lex/LexHLSLRootSignature.h"#include "clang/Lex/Preprocessor.h"#include "clang/Sema/SemaHLSL.h"#include "llvm/ADT/SmallVector.h"#include "llvm/ADT/StringRef.h"#include "llvm/Frontend/HLSL/HLSLRootSignature.h"Go to the source code of this file.
Classes | |
| class | clang::hlsl::RootSignatureParser |
Namespaces | |
| namespace | clang |
| The JSON file list parser is used to communicate input to InstallAPI. | |
| namespace | clang::hlsl |
Functions | |
| IdentifierInfo * | clang::hlsl::ParseHLSLRootSignature (Sema &Actions, llvm::dxbc::RootSignatureVersion Version, StringLiteral *Signature) |
| void | clang::hlsl::HandleRootSignatureTarget (Sema &S, StringRef EntryRootSig) |