Searched refs:SpellingList (Results 1 – 1 of 1) sorted by relevance
1207 getSpellingListIndex(const std::vector<FlattenedSpelling> &SpellingList, in getSpellingListIndex() argument1209 assert(!SpellingList.empty() && "Spelling list is empty!"); in getSpellingListIndex()1211 for (unsigned Index = 0; Index < SpellingList.size(); ++Index) { in getSpellingListIndex()1212 const FlattenedSpelling &S = SpellingList[Index]; in getSpellingListIndex()1232 std::vector<FlattenedSpelling> SpellingList = GetFlattenedSpellings(R); in writeAttrAccessorDefinition() local1233 assert(!SpellingList.empty() && in writeAttrAccessorDefinition()1238 OS << getSpellingListIndex(SpellingList, Spellings[Index]); in writeAttrAccessorDefinition()