Home
last modified time | relevance | path

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

/external/clang/utils/TableGen/
DClangAttrEmitter.cpp32 class FlattenedSpelling { class
37 FlattenedSpelling(const std::string &Variety, const std::string &Name, in FlattenedSpelling() function in __anondafbae810111::FlattenedSpelling
40 explicit FlattenedSpelling(const Record &Spelling) : in FlattenedSpelling() function in __anondafbae810111::FlattenedSpelling
59 static std::vector<FlattenedSpelling>
62 std::vector<FlattenedSpelling> Ret; in GetFlattenedSpellings()
67 Ret.push_back(FlattenedSpelling("GNU", Spelling->getValueAsString("Name"), in GetFlattenedSpellings()
69 Ret.push_back(FlattenedSpelling( in GetFlattenedSpellings()
72 Ret.push_back(FlattenedSpelling(*Spelling)); in GetFlattenedSpellings()
1080 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(R); in writeGetSpellingFunction()
1106 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(R); in writePrettyPrintFunction()
[all …]