Home
last modified time | relevance | path

Searched refs:HLSLRootSignatureDecl (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp5868 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 DTextNodeDumper.cpp3042 const HLSLRootSignatureDecl *D) { in VisitHLSLRootSignatureDecl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTextNodeDumper.h411 void VisitHLSLRootSignatureDecl(const HLSLRootSignatureDecl *D);
H A DDecl.h5188 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 DRecursiveASTVisitor.h1613 DEF_TRAVERSE_DECL(HLSLRootSignatureDecl, {})
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaHLSL.cpp1078 auto *SignatureDecl = HLSLRootSignatureDecl::Create( in ActOnFinishRootSignatureDecl()
1337 dyn_cast<HLSLRootSignatureDecl>(R.getFoundDecl())) { in handleRootSignatureAttr()
H A DSemaTemplateInstantiateDecl.cpp1018 HLSLRootSignatureDecl *Decl) { in VisitHLSLRootSignatureDecl()