Searched refs:AnnotationAttr (Results 1 – 2 of 2) sorted by relevance
133 const HLSLAnnotationAttr *AnnotationAttr);
811 if (const auto *AnnotationAttr = Param->getAttr<HLSLAnnotationAttr>()) { in CheckEntryPoint() local812 CheckSemanticAnnotation(FD, Param, AnnotationAttr); in CheckEntryPoint()826 const HLSLAnnotationAttr *AnnotationAttr) { in CheckSemanticAnnotation() argument831 switch (AnnotationAttr->getKind()) { in CheckSemanticAnnotation()838 DiagnoseAttrStageMismatch(AnnotationAttr, ST, {llvm::Triple::Compute}); in CheckSemanticAnnotation()845 DiagnoseAttrStageMismatch(AnnotationAttr, ST, {llvm::Triple::Pixel}); in CheckSemanticAnnotation()