Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttributeCommonInfo.h56 AS_HLSLAnnotation, enumerator
123 static Form HLSLAnnotation() { return AS_HLSLAnnotation; } in HLSLAnnotation()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseHLSL.cpp148 ParsedAttr::getParsedKind(II, nullptr, ParsedAttr::AS_HLSLAnnotation); in ParseHLSLAnnotations()