Searched refs:HLSLAnnotation (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | AttributeCommonInfo.h | 134 static Form HLSLAnnotation() { return AS_HLSLAnnotation; } in HLSLAnnotation() function
|
| H A D | Attr.td | 399 class HLSLAnnotation<string name> : Spelling<name, "HLSLAnnotation">; 4877 let Spellings = [HLSLAnnotation<"sv_groupthreadid">]; 4884 let Spellings = [HLSLAnnotation<"sv_groupid">]; 4891 let Spellings = [HLSLAnnotation<"sv_groupindex">]; 4898 let Spellings = [HLSLAnnotation<"register">]; 4947 let Spellings = [HLSLAnnotation<"sv_position">]; 4954 let Spellings = [HLSLAnnotation<"packoffset">]; 4966 let Spellings = [HLSLAnnotation<"sv_dispatchthreadid">];
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseHLSL.cpp | 300 ParsedAttr::Form::HLSLAnnotation()); in ParseHLSLAnnotations()
|
| /freebsd/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | ClangAttrEmitter.cpp | 3824 std::vector<PairTy> Declspec, Microsoft, GNU, Pragma, HLSLAnnotation; in EmitClangAttrHasAttrImpl() local 3845 HLSLAnnotation.emplace_back(R, SI); in EmitClangAttrHasAttrImpl() 3865 GenerateHasAttrSpellingStringSwitch(HLSLAnnotation, OS, "HLSLAnnotation"); in EmitClangAttrHasAttrImpl() 4946 Keywords, Pragma, C23, HLSLAnnotation; in EmitClangAttrParsedAttrKinds() local 5000 Matches = &HLSLAnnotation; in EmitClangAttrParsedAttrKinds() 5041 StringMatcher("Name", HLSLAnnotation, OS).Emit(); in EmitClangAttrParsedAttrKinds() 5160 HLSLAnnotation, enumerator 5183 .Case("HLSLAnnotation", SpellingKind::HLSLAnnotation); in add()
|