Searched refs:AnnotationAttr (Results 1 – 2 of 2) sorted by relevance
12580 if (const auto *AnnotationAttr = Param->getAttr<HLSLAnnotationAttr>()) { in CheckHLSLEntryPoint() local12581 CheckHLSLSemanticAnnotation(FD, Param, AnnotationAttr); in CheckHLSLEntryPoint()12595 const HLSLAnnotationAttr *AnnotationAttr) { in CheckHLSLSemanticAnnotation() argument12600 switch (AnnotationAttr->getKind()) { in CheckHLSLSemanticAnnotation()12605 DiagnoseHLSLAttrStageMismatch(AnnotationAttr, ST, in CheckHLSLSemanticAnnotation()
3018 const HLSLAnnotationAttr *AnnotationAttr);