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.cpp5219 SpellingList SupportedSpellings; member in clang::DocumentationData
5225 SupportedSpellings(std::move(HeadingAndSpellings.second)) {} in DocumentationData()
5285 SpellingList SupportedSpellings; in GetAttributeHeadingAndSpellings() local
5287 SupportedSpellings.add(Attribute, I); in GetAttributeHeadingAndSpellings()
5289 return std::make_pair(std::move(Heading), std::move(SupportedSpellings)); in GetAttributeHeadingAndSpellings()
5315 for (StringRef Spelling : Doc.SupportedSpellings[K]) { in WriteDocumentation()
5423 It->second.SupportedSpellings.merge(HeadingAndSpellings.second); in EmitClangAttrDocs()