clang 22.0.0git
clang::hlsl::RootSignatureElement Struct Reference

#include "clang/Sema/SemaHLSL.h"

Public Member Functions

 RootSignatureElement (SourceLocation Loc, llvm::hlsl::rootsig::RootElement Element)
const llvm::hlsl::rootsig::RootElement & getElement () const
const SourceLocationgetLocation () const

Detailed Description

Definition at line 39 of file SemaHLSL.h.

Constructor & Destructor Documentation

◆ RootSignatureElement()

clang::hlsl::RootSignatureElement::RootSignatureElement ( SourceLocation Loc,
llvm::hlsl::rootsig::RootElement Element )
inline

Definition at line 40 of file SemaHLSL.h.

Member Function Documentation

◆ getElement()

const llvm::hlsl::rootsig::RootElement & clang::hlsl::RootSignatureElement::getElement ( ) const
inline

Definition at line 44 of file SemaHLSL.h.

Referenced by clang::SemaHLSL::handleRootSignatureElements().

◆ getLocation()

const SourceLocation & clang::hlsl::RootSignatureElement::getLocation ( ) const
inline

Definition at line 45 of file SemaHLSL.h.


The documentation for this struct was generated from the following file: