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