Home
last modified time | relevance | path

Searched refs:AS_HLSLAnnotation (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttributeCommonInfo.h60 AS_HLSLAnnotation, enumerator
134 static Form HLSLAnnotation() { return AS_HLSLAnnotation; } in HLSLAnnotation()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DAttributes.cpp166 std::string StrAttrName = SyntaxUsed == AttributeCommonInfo::AS_HLSLAnnotation in normalizeName()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseHLSL.cpp148 ParsedAttr::getParsedKind(II, nullptr, ParsedAttr::AS_HLSLAnnotation); in ParseHLSLAnnotations()