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

/freebsd-13-stable/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp49 class FlattenedSpelling { class in namespace:__anon2432
54 FlattenedSpelling(const std::string &Variety, const std::string &Name, function in class:__anon2432::FlattenedSpelling
57 explicit FlattenedSpelling(const Record &Spelling) function in class:__anon2432::FlattenedSpelling
74 static std::vector<FlattenedSpelling>
77 std::vector<FlattenedSpelling> Ret;
93 Ret.push_back(FlattenedSpelling(*Spelling));
1382 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(R);
1408 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(R);
1571 getSpellingListIndex(const std::vector<FlattenedSpelling> &SpellingList,
1572 const FlattenedSpelling
[all...]

Completed in 180 milliseconds