Home
last modified time | relevance | path

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

/external/clang/utils/TableGen/
DClangAttrEmitter.cpp1239 getSpellingListIndex(const std::vector<FlattenedSpelling> &SpellingList, in getSpellingListIndex() argument
1241 assert(!SpellingList.empty() && "Spelling list is empty!"); in getSpellingListIndex()
1243 for (unsigned Index = 0; Index < SpellingList.size(); ++Index) { in getSpellingListIndex()
1244 const FlattenedSpelling &S = SpellingList[Index]; in getSpellingListIndex()
1264 std::vector<FlattenedSpelling> SpellingList = GetFlattenedSpellings(R); in writeAttrAccessorDefinition() local
1265 assert(!SpellingList.empty() && in writeAttrAccessorDefinition()
1270 OS << getSpellingListIndex(SpellingList, Spellings[Index]); in writeAttrAccessorDefinition()