Home
last modified time | relevance | path

Searched refs:HLSLAnnotation (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttributeCommonInfo.h123 static Form HLSLAnnotation() { return AS_HLSLAnnotation; } in HLSLAnnotation() function
H A DAttr.td378 class HLSLAnnotation<string name> : Spelling<name, "HLSLAnnotation">;
4513 let Spellings = [HLSLAnnotation<"SV_GroupIndex">];
4520 let Spellings = [HLSLAnnotation<"register">];
4528 let Spellings = [HLSLAnnotation<"packoffset">];
4540 let Spellings = [HLSLAnnotation<"SV_DispatchThreadID">];
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseHLSL.cpp292 ArgExprs.size(), ParsedAttr::Form::HLSLAnnotation()); in ParseHLSLAnnotations()
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp3752 GNU, Pragma, HLSLAnnotation; in EmitClangAttrHasAttrImpl() local
3776 HLSLAnnotation.emplace_back(R, SI); in EmitClangAttrHasAttrImpl()
3796 GenerateHasAttrSpellingStringSwitch(HLSLAnnotation, OS, "HLSLAnnotation"); in EmitClangAttrHasAttrImpl()
4813 Keywords, Pragma, C23, HLSLAnnotation; in EmitClangAttrParsedAttrKinds() local
4865 Matches = &HLSLAnnotation; in EmitClangAttrParsedAttrKinds()
4902 StringMatcher("Name", HLSLAnnotation, OS).Emit(); in EmitClangAttrParsedAttrKinds()
5022 HLSLAnnotation, enumerator
5045 .Case("HLSLAnnotation", SpellingKind::HLSLAnnotation); in add()