Searched refs:FlattenedSpelling (Results 1 – 1 of 1) sorted by relevance
30 class FlattenedSpelling { class35 FlattenedSpelling(const std::string &Variety, const std::string &Name, in FlattenedSpelling() function in FlattenedSpelling38 explicit FlattenedSpelling(const Record &Spelling) : in FlattenedSpelling() function in FlattenedSpelling56 std::vector<FlattenedSpelling> GetFlattenedSpellings(const Record &Attr) { in GetFlattenedSpellings()58 std::vector<FlattenedSpelling> Ret; in GetFlattenedSpellings()63 Ret.push_back(FlattenedSpelling("GNU", Spelling->getValueAsString("Name"), in GetFlattenedSpellings()65 Ret.push_back(FlattenedSpelling( in GetFlattenedSpellings()68 Ret.push_back(FlattenedSpelling(*Spelling)); in GetFlattenedSpellings()1027 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(R); in writeGetSpellingFunction()1053 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(R); in writePrettyPrintFunction()[all …]