Home
last modified time | relevance | path

Searched refs:AnnotationAttr (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp12580 if (const auto *AnnotationAttr = Param->getAttr<HLSLAnnotationAttr>()) { in CheckHLSLEntryPoint() local
12581 CheckHLSLSemanticAnnotation(FD, Param, AnnotationAttr); in CheckHLSLEntryPoint()
12595 const HLSLAnnotationAttr *AnnotationAttr) { in CheckHLSLSemanticAnnotation() argument
12600 switch (AnnotationAttr->getKind()) { in CheckHLSLSemanticAnnotation()
12605 DiagnoseHLSLAttrStageMismatch(AnnotationAttr, ST, in CheckHLSLSemanticAnnotation()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h3018 const HLSLAnnotationAttr *AnnotationAttr);