Searched refs:mergeHLSLShaderAttr (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaDeclAttr.cpp | 7084 HLSLShaderAttr *NewAttr = S.mergeHLSLShaderAttr(D, AL, ShaderType); in handleHLSLShaderAttr() 7090 Sema::mergeHLSLShaderAttr(Decl *D, const AttributeCommonInfo &AL, in mergeHLSLShaderAttr() function in Sema
|
H A D | SemaDecl.cpp | 2959 NewAttr = S.mergeHLSLShaderAttr(D, *SA, SA->getType()); in mergeDeclAttribute() 10194 if (HLSLShaderAttr *Attr = mergeHLSLShaderAttr(NewFD, AL, ShaderType)) in ActOnFunctionDeclarator()
|
/openbsd/gnu/llvm/clang/include/clang/Sema/ |
H A D | Sema.h | 3683 HLSLShaderAttr *mergeHLSLShaderAttr(Decl *D, const AttributeCommonInfo &AL,
|