Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaHLSL.h94 bool hasBindingInfoForDecl(const VarDecl *VD) const;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaHLSL.cpp163 assert(!hasBindingInfoForDecl(VD) || BindingsList.back().Decl == VD); in addDeclBindingInfo()
186 bool ResourceBindings::hasBindingInfoForDecl(const VarDecl *VD) const { in hasBindingInfoForDecl() function in ResourceBindings
3760 if (Bindings.hasBindingInfoForDecl(VD)) in processExplicitBindingsOnDecl()