Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DAttributeCommonInfo.h123 static Form HLSLSemantic() { return AS_HLSLSemantic; } in HLSLSemantic() function
H A DAttr.td368 class HLSLSemantic<string name> : Spelling<name, "HLSLSemantic">;
4299 let Spellings = [HLSLSemantic<"SV_GroupIndex">];
4306 let Spellings = [HLSLSemantic<"register">];
4314 let Spellings = [HLSLSemantic<"SV_DispatchThreadID">];
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseHLSL.cpp199 ArgExprs.size(), ParsedAttr::Form::HLSLSemantic()); in ParseHLSLSemantics()
/freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp3606 GNU, Pragma, HLSLSemantic; in EmitClangAttrHasAttrImpl() local
3630 HLSLSemantic.emplace_back(R, SI); in EmitClangAttrHasAttrImpl()
3650 GenerateHasAttrSpellingStringSwitch(HLSLSemantic, OS, "HLSLSemantic"); in EmitClangAttrHasAttrImpl()
4667 Keywords, Pragma, C23, HLSLSemantic; in EmitClangAttrParsedAttrKinds() local
4719 Matches = &HLSLSemantic; in EmitClangAttrParsedAttrKinds()
4756 StringMatcher("Name", HLSLSemantic, OS).Emit(); in EmitClangAttrParsedAttrKinds()
4874 HLSLSemantic, enumerator
4896 .Case("HLSLSemantic", SpellingKind::HLSLSemantic); in add()