Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DAttributeCommonInfo.h56 AS_HLSLSemantic, enumerator
123 static Form HLSLSemantic() { return AS_HLSLSemantic; } in HLSLSemantic()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseHLSL.cpp143 ParsedAttr::getParsedKind(II, nullptr, ParsedAttr::AS_HLSLSemantic); in ParseHLSLSemantics()