Lines Matching refs:FlattenedSpelling

51 class FlattenedSpelling {  class
56 FlattenedSpelling(const std::string &Variety, const std::string &Name, in FlattenedSpelling() function in __anonc2801f8c0111::FlattenedSpelling
59 explicit FlattenedSpelling(const Record &Spelling) in FlattenedSpelling() function in __anonc2801f8c0111::FlattenedSpelling
76 static std::vector<FlattenedSpelling>
79 std::vector<FlattenedSpelling> Ret; in GetFlattenedSpellings()
95 Ret.push_back(FlattenedSpelling(*Spelling)); in GetFlattenedSpellings()
1471 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(R); in writeGetSpellingFunction()
1497 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(R); in writePrettyPrintFunction()
1632 getSpellingListIndex(const std::vector<FlattenedSpelling> &SpellingList, in getSpellingListIndex()
1633 const FlattenedSpelling &Spelling) { in getSpellingListIndex()
1637 const FlattenedSpelling &S = SpellingList[Index]; in getSpellingListIndex()
1656 const std::vector<FlattenedSpelling> SpellingList = GetFlattenedSpellings(R); in writeAttrAccessorDefinition()
1661 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(*Accessor); in writeAttrAccessorDefinition()
1676 SpellingNamesAreCommon(const std::vector<FlattenedSpelling>& Spellings) { in SpellingNamesAreCommon()
1692 CreateSemanticSpellings(const std::vector<FlattenedSpelling> &Spellings, in CreateSemanticSpellings()
1709 const FlattenedSpelling &S = *I; in CreateSemanticSpellings()
1765 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(*Attr); in emitClangAttrLateParsedList()
1779 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(Attribute); in hasGNUorCXX11Spelling()
2212 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(Attr); in forEachUniqueSpelling()
2214 for (const FlattenedSpelling &S : Spellings) { in forEachUniqueSpelling()
2240 forEachUniqueSpelling(*Attr, [&](const FlattenedSpelling &S) { in emitClangAttrTypeArgList()
2259 forEachUniqueSpelling(Attr, [&](const FlattenedSpelling &S) { in emitClangAttrArgContextList()
2303 forEachUniqueSpelling(*A, [&](const FlattenedSpelling &S) { in emitClangAttrVariadicIdentifierArgList()
2324 forEachUniqueSpelling(*Attr, [&](const FlattenedSpelling &S) { in emitClangAttrIdentifierArgList()
2350 forEachUniqueSpelling(*A, [&](const FlattenedSpelling &S) { in emitClangAttrThisIsaIdentifierArgList()
2369 forEachUniqueSpelling(Attr, [&](const FlattenedSpelling &S) { in emitClangAttrAcceptsExprPack()
2481 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(R); in emitAttributes()
2888 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(*R); in AttrHasPragmaSpelling()
2889 return llvm::any_of(Spellings, [](const FlattenedSpelling &S) { in AttrHasPragmaSpelling()
3347 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(*Attr); in GenerateHasAttrSpellingStringSwitch()
3369 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(*R); in EmitClangAttrHasAttrImpl()
3446 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(R); in EmitClangAttrSpellingListIndex()
4100 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(Attr); in GenerateSpellingIndexToSemanticSpelling()
4188 [](const FlattenedSpelling &S) { return S.knownToGCC(); }); in IsKnownToGCC()
4386 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(Attr); in EmitClangAttrParsedAttrKinds()
4471 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(R); in EmitClangAttrTextNodeDump()
4579 void add(const Record &Attr, FlattenedSpelling Spelling) { in add()
4644 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(Attribute); in GetAttributeHeadingAndSpellings()