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

/freebsd-13-stable/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp1571 getSpellingListIndex(const std::vector<FlattenedSpelling> &SpellingList, argument
1573 assert(!SpellingList.empty() && "Spelling list is empty!");
1575 for (unsigned Index = 0; Index < SpellingList.size(); ++Index) {
1576 const FlattenedSpelling &S = SpellingList[Index];
1595 const std::vector<FlattenedSpelling> SpellingList = GetFlattenedSpellings(R); local
1596 assert(!SpellingList.empty() &&
1605 OS << getSpellingListIndex(SpellingList, Spellings[Index]);
3983 class SpellingList {
4025 SpellingList SupportedSpellings;
4028 std::pair<std::string, SpellingList> HeadingAndSpelling
[all...]

Completed in 98 milliseconds