Searched refs:HLSLSemantic (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/clang/utils/TableGen/ |
| H A D | ClangAttrEmitter.cpp | 3363 std::vector<Record *> Declspec, Microsoft, GNU, Pragma, HLSLSemantic; in EmitClangAttrHasAttrImpl() local 3385 HLSLSemantic.push_back(R); in EmitClangAttrHasAttrImpl() 3405 GenerateHasAttrSpellingStringSwitch(HLSLSemantic, OS, "HLSLSemantic"); in EmitClangAttrHasAttrImpl() 4359 Keywords, Pragma, C2x, HLSLSemantic; in EmitClangAttrParsedAttrKinds() local 4411 Matches = &HLSLSemantic; in EmitClangAttrParsedAttrKinds() 4448 StringMatcher("Name", HLSLSemantic, OS).Emit(); in EmitClangAttrParsedAttrKinds() 4566 HLSLSemantic, enumerator 4588 .Case("HLSLSemantic", SpellingKind::HLSLSemantic); in add()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | Attr.td | 329 class HLSLSemantic<string name> : Spelling<name, "HLSLSemantic">; 4019 let Spellings = [HLSLSemantic<"SV_GroupIndex">]; 4026 let Spellings = [HLSLSemantic<"register">]; 4034 let Spellings = [HLSLSemantic<"SV_DispatchThreadID">];
|