Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp51 class FlattenedSpelling { class
57 FlattenedSpelling(const std::string &Variety, const std::string &Name, in FlattenedSpelling() function in __anone44e3aff0111::FlattenedSpelling
62 explicit FlattenedSpelling(const Record &Spelling) in FlattenedSpelling() function in __anone44e3aff0111::FlattenedSpelling
81 static std::vector<FlattenedSpelling>
84 std::vector<FlattenedSpelling> Ret; in GetFlattenedSpellings()
100 Ret.push_back(FlattenedSpelling(*Spelling)); in GetFlattenedSpellings()
1552 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(R); in writeGetSpellingFunction()
1578 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(R); in writePrettyPrintFunction()
1713 getSpellingListIndex(const std::vector<FlattenedSpelling> &SpellingList, in getSpellingListIndex()
1714 const FlattenedSpelling &Spelling) { in getSpellingListIndex()
[all …]