Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaHLSL.h62 enum class BindingType : uint8_t { NotAssigned, Explicit, Implicit }; enum
70 BindingType BindType;
73 BindingType BindType = BindingType::NotAssigned,
77 void setBindingAttribute(HLSLResourceBindingAttr *A, BindingType BT) { in setBindingAttribute()
78 assert(Attr == nullptr && BindType == BindingType::NotAssigned && in setBindingAttribute()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaHLSL.cpp3773 BI->setBindingAttribute(RBA, BindingType::Explicit); in processExplicitBindingsOnDecl()