Home
last modified time | relevance | path

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

/external/clang/utils/TableGen/
DClangAttrEmitter.cpp30 class FlattenedSpelling { class
35 FlattenedSpelling(const std::string &Variety, const std::string &Name, in FlattenedSpelling() function in FlattenedSpelling
38 explicit FlattenedSpelling(const Record &Spelling) : in FlattenedSpelling() function in FlattenedSpelling
56 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 …]