Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp5071 SpellingList SupportedSpellings; member in clang::DocumentationData
5077 SupportedSpellings(std::move(HeadingAndSpellings.second)) {} in DocumentationData()
5138 SpellingList SupportedSpellings; in GetAttributeHeadingAndSpellings() local
5140 SupportedSpellings.add(Attribute, I); in GetAttributeHeadingAndSpellings()
5142 return std::make_pair(std::move(Heading), std::move(SupportedSpellings)); in GetAttributeHeadingAndSpellings()
5165 for (StringRef Spelling : Doc.SupportedSpellings[K]) { in WriteDocumentation()