Home
last modified time | relevance | path

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

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