Home
last modified time | relevance | path

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

/external/llvm-project/clang/utils/TableGen/
DClangAttrEmitter.cpp1573 getSpellingListIndex(const std::vector<FlattenedSpelling> &SpellingList, in getSpellingListIndex() argument
1575 assert(!SpellingList.empty() && "Spelling list is empty!"); in getSpellingListIndex()
1577 for (unsigned Index = 0; Index < SpellingList.size(); ++Index) { in getSpellingListIndex()
1578 const FlattenedSpelling &S = SpellingList[Index]; in getSpellingListIndex()
1597 const std::vector<FlattenedSpelling> SpellingList = GetFlattenedSpellings(R); in writeAttrAccessorDefinition() local
1598 assert(!SpellingList.empty() && in writeAttrAccessorDefinition()
1607 OS << getSpellingListIndex(SpellingList, Spellings[Index]); in writeAttrAccessorDefinition()
3989 class SpellingList { class
4031 SpellingList SupportedSpellings;
4034 std::pair<std::string, SpellingList> HeadingAndSpellings) in DocumentationData()
[all …]
/external/clang/utils/TableGen/
DClangAttrEmitter.cpp1390 getSpellingListIndex(const std::vector<FlattenedSpelling> &SpellingList, in getSpellingListIndex() argument
1392 assert(!SpellingList.empty() && "Spelling list is empty!"); in getSpellingListIndex()
1394 for (unsigned Index = 0; Index < SpellingList.size(); ++Index) { in getSpellingListIndex()
1395 const FlattenedSpelling &S = SpellingList[Index]; in getSpellingListIndex()
1415 std::vector<FlattenedSpelling> SpellingList = GetFlattenedSpellings(R); in writeAttrAccessorDefinition() local
1416 assert(!SpellingList.empty() && in writeAttrAccessorDefinition()
1421 OS << getSpellingListIndex(SpellingList, Spellings[Index]); in writeAttrAccessorDefinition()