Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaHLSL.h56 void handleSV_DispatchThreadIDAttr(Decl *D, const ParsedAttr &AL);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaHLSL.cpp359 void SemaHLSL::handleSV_DispatchThreadIDAttr(Decl *D, const ParsedAttr &AL) { in handleSV_DispatchThreadIDAttr() function in SemaHLSL
H A DSemaDeclAttr.cpp6876 S.HLSL().handleSV_DispatchThreadIDAttr(D, AL); in ProcessDeclAttribute()