Home
last modified time | relevance | path

Searched refs:HLSLAnnotationAttr (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DAttr.h219 class HLSLAnnotationAttr : public InheritableAttr {
221 HLSLAnnotationAttr(ASTContext &Context, const AttributeCommonInfo &CommonInfo, in HLSLAnnotationAttr() function
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaHLSL.h133 const HLSLAnnotationAttr *AnnotationAttr);
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td780 class HLSLAnnotationAttr : InheritableAttr;
4876 def HLSLSV_GroupThreadID: HLSLAnnotationAttr {
4883 def HLSLSV_GroupID: HLSLAnnotationAttr {
4890 def HLSLSV_GroupIndex: HLSLAnnotationAttr {
4946 def HLSLSV_Position : HLSLAnnotationAttr {
4953 def HLSLPackOffset: HLSLAnnotationAttr {
4965 def HLSLSV_DispatchThreadID: HLSLAnnotationAttr {
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaHLSL.cpp811 if (const auto *AnnotationAttr = Param->getAttr<HLSLAnnotationAttr>()) { in CheckEntryPoint()
826 const HLSLAnnotationAttr *AnnotationAttr) { in CheckSemanticAnnotation()