Searched refs:AnnotationAttr (Results 1 – 2 of 2) sorted by relevance
49 const HLSLAnnotationAttr *AnnotationAttr);
254 if (const auto *AnnotationAttr = Param->getAttr<HLSLAnnotationAttr>()) { in CheckEntryPoint() local255 CheckSemanticAnnotation(FD, Param, AnnotationAttr); in CheckEntryPoint()269 const HLSLAnnotationAttr *AnnotationAttr) { in CheckSemanticAnnotation() argument274 switch (AnnotationAttr->getKind()) { in CheckSemanticAnnotation()279 DiagnoseAttrStageMismatch(AnnotationAttr, ST, {llvm::Triple::Compute}); in CheckSemanticAnnotation()