Searched refs:HLSLRootSignatureDecl (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | Decl.cpp | 5868 HLSLRootSignatureDecl::HLSLRootSignatureDecl( in HLSLRootSignatureDecl() function in HLSLRootSignatureDecl 5874 HLSLRootSignatureDecl *HLSLRootSignatureDecl::Create( in Create() 5878 HLSLRootSignatureDecl *RSDecl = in Create() 5882 HLSLRootSignatureDecl(DC, Loc, ID, Version, RootElements.size()); in Create() 5888 HLSLRootSignatureDecl * 5889 HLSLRootSignatureDecl::CreateDeserialized(ASTContext &C, GlobalDeclID ID) { in CreateDeserialized() 5890 HLSLRootSignatureDecl *Result = new (C, ID) in CreateDeserialized() 5891 HLSLRootSignatureDecl(nullptr, SourceLocation(), nullptr, in CreateDeserialized()
|
| H A D | TextNodeDumper.cpp | 3042 const HLSLRootSignatureDecl *D) { in VisitHLSLRootSignatureDecl()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | TextNodeDumper.h | 411 void VisitHLSLRootSignatureDecl(const HLSLRootSignatureDecl *D);
|
| H A D | Decl.h | 5188 class HLSLRootSignatureDecl final 5190 private llvm::TrailingObjects<HLSLRootSignatureDecl, 5204 HLSLRootSignatureDecl(DeclContext *DC, SourceLocation Loc, IdentifierInfo *ID, 5209 static HLSLRootSignatureDecl * 5214 static HLSLRootSignatureDecl *CreateDeserialized(ASTContext &C,
|
| H A D | RecursiveASTVisitor.h | 1613 DEF_TRAVERSE_DECL(HLSLRootSignatureDecl, {})
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaHLSL.cpp | 1078 auto *SignatureDecl = HLSLRootSignatureDecl::Create( in ActOnFinishRootSignatureDecl() 1337 dyn_cast<HLSLRootSignatureDecl>(R.getFoundDecl())) { in handleRootSignatureAttr()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 1018 HLSLRootSignatureDecl *Decl) { in VisitHLSLRootSignatureDecl()
|