Home
last modified time | relevance | path

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

/external/llvm-project/clang/utils/TableGen/
DClangAttrEmitter.cpp49 class FlattenedSpelling { class
54 FlattenedSpelling(const std::string &Variety, const std::string &Name, in FlattenedSpelling() function in __anona61259f60111::FlattenedSpelling
57 explicit FlattenedSpelling(const Record &Spelling) in FlattenedSpelling() function in __anona61259f60111::FlattenedSpelling
74 static std::vector<FlattenedSpelling>
77 std::vector<FlattenedSpelling> Ret; in GetFlattenedSpellings()
93 Ret.push_back(FlattenedSpelling(*Spelling)); in GetFlattenedSpellings()
1384 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(R); in writeGetSpellingFunction()
1410 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(R); in writePrettyPrintFunction()
1573 getSpellingListIndex(const std::vector<FlattenedSpelling> &SpellingList, in getSpellingListIndex()
1574 const FlattenedSpelling &Spelling) { in getSpellingListIndex()
[all …]
/external/clang/utils/TableGen/
DClangAttrEmitter.cpp44 class FlattenedSpelling { class
49 FlattenedSpelling(const std::string &Variety, const std::string &Name, in FlattenedSpelling() function in __anon307181880111::FlattenedSpelling
52 explicit FlattenedSpelling(const Record &Spelling) : in FlattenedSpelling() function in __anon307181880111::FlattenedSpelling
72 static std::vector<FlattenedSpelling>
75 std::vector<FlattenedSpelling> Ret; in GetFlattenedSpellings()
84 Ret.push_back(FlattenedSpelling(*Spelling)); in GetFlattenedSpellings()
1250 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(R); in writeGetSpellingFunction()
1276 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(R); in writePrettyPrintFunction()
1390 getSpellingListIndex(const std::vector<FlattenedSpelling> &SpellingList, in getSpellingListIndex()
1391 const FlattenedSpelling &Spelling) { in getSpellingListIndex()
[all …]