Searched refs:SupportedSpellings (Results 1 – 1 of 1) sorted by relevance
5219 SpellingList SupportedSpellings; member in clang::DocumentationData5225 SupportedSpellings(std::move(HeadingAndSpellings.second)) {} in DocumentationData()5285 SpellingList SupportedSpellings; in GetAttributeHeadingAndSpellings() local5287 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()