• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/clang/utils/TableGen/

Lines Matching refs:FlattenedSpelling

49 class FlattenedSpelling {
54 FlattenedSpelling(const std::string &Variety, const std::string &Name,
57 explicit FlattenedSpelling(const Record &Spelling)
74 static std::vector<FlattenedSpelling>
77 std::vector<FlattenedSpelling> Ret;
93 Ret.push_back(FlattenedSpelling(*Spelling));
1382 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(R);
1408 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(R);
1571 getSpellingListIndex(const std::vector<FlattenedSpelling> &SpellingList,
1572 const FlattenedSpelling &Spelling) {
1576 const FlattenedSpelling &S = SpellingList[Index];
1595 const std::vector<FlattenedSpelling> SpellingList = GetFlattenedSpellings(R);
1600 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(*Accessor);
1615 SpellingNamesAreCommon(const std::vector<FlattenedSpelling>& Spellings) {
1631 CreateSemanticSpellings(const std::vector<FlattenedSpelling> &Spellings,
1648 const FlattenedSpelling &S = *I;
1704 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(*Attr);
1718 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(Attribute);
2130 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(Attr);
2132 for (const FlattenedSpelling &S : Spellings) {
2153 forEachUniqueSpelling(*Attr, [&](const FlattenedSpelling &S) {
2172 forEachUniqueSpelling(Attr, [&](const FlattenedSpelling &S) {
2208 forEachUniqueSpelling(*A, [&](const FlattenedSpelling &S) {
2229 forEachUniqueSpelling(*Attr, [&](const FlattenedSpelling &S) {
2255 forEachUniqueSpelling(*A, [&](const FlattenedSpelling &S) {
2328 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(R);
2664 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(*R);
2665 return llvm::find_if(Spellings, [](const FlattenedSpelling &S) {
3102 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(*Attr);
3124 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(*R);
3191 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(R);
3655 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(Attr);
3694 [](const FlattenedSpelling &S) { return S.knownToGCC(); });
3828 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(Attr);
3909 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(R);
3991 void add(const Record &Attr, FlattenedSpelling Spelling) {
4054 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(Attribute);