Home
last modified time | relevance | path

Searched refs:SignatureDecl (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaHLSL.cpp1078 auto *SignatureDecl = HLSLRootSignatureDecl::Create( in ActOnFinishRootSignatureDecl() local
1082 SignatureDecl->setImplicit(); in ActOnFinishRootSignatureDecl()
1083 SemaRef.PushOnScopeChains(SignatureDecl, SemaRef.getCurScope()); in ActOnFinishRootSignatureDecl()
1336 if (auto *SignatureDecl = in handleRootSignatureAttr() local
1339 getASTContext(), AL, Ident, SignatureDecl)); in handleRootSignatureAttr()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td4861 DeclArgument<HLSLRootSignature, "SignatureDecl", 0, /*fake=*/1>];