Home
last modified time | relevance | path

Searched defs:RootSignatureElement (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaHLSL.h39 struct RootSignatureElement { struct
40 RootSignatureElement(SourceLocation Loc, in RootSignatureElement() argument
44 const llvm::hlsl::rootsig::RootElement &getElement() const { return Element; } in getElement()
45 const SourceLocation &getLocation() const { return Loc; } in getLocation()
49 llvm::hlsl::rootsig::RootElement Element;