Home
last modified time | relevance | path

Searched refs:handleResourceBindingAttr (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSemaHLSL.h60 void handleResourceBindingAttr(Decl *D, const ParsedAttr &AL);
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaHLSL.cpp462 void SemaHLSL::handleResourceBindingAttr(Decl *D, const ParsedAttr &AL) { in handleResourceBindingAttr() function in SemaHLSL
HDSemaDeclAttr.cpp6885 S.HLSL().handleResourceBindingAttr(D, AL); in ProcessDeclAttribute()