Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaHLSL.h49 const HLSLAnnotationAttr *AnnotationAttr);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaHLSL.cpp254 if (const auto *AnnotationAttr = Param->getAttr<HLSLAnnotationAttr>()) { in CheckEntryPoint() local
255 CheckSemanticAnnotation(FD, Param, AnnotationAttr); in CheckEntryPoint()
269 const HLSLAnnotationAttr *AnnotationAttr) { in CheckSemanticAnnotation() argument
274 switch (AnnotationAttr->getKind()) { in CheckSemanticAnnotation()
279 DiagnoseAttrStageMismatch(AnnotationAttr, ST, {llvm::Triple::Compute}); in CheckSemanticAnnotation()