Searched refs:HLSLAnnotationAttr (Results 1 – 4 of 4) sorted by relevance
219 class HLSLAnnotationAttr : public InheritableAttr {221 HLSLAnnotationAttr(ASTContext &Context, const AttributeCommonInfo &CommonInfo, in HLSLAnnotationAttr() function
133 const HLSLAnnotationAttr *AnnotationAttr);
780 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 {
811 if (const auto *AnnotationAttr = Param->getAttr<HLSLAnnotationAttr>()) { in CheckEntryPoint()826 const HLSLAnnotationAttr *AnnotationAttr) { in CheckSemanticAnnotation()