• Home
  • Raw
  • Download

Lines Matching refs:FlattenedSpelling

49 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()
1578 const FlattenedSpelling &S = SpellingList[Index]; in getSpellingListIndex()
1597 const std::vector<FlattenedSpelling> SpellingList = GetFlattenedSpellings(R); in writeAttrAccessorDefinition()
1602 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(*Accessor); in writeAttrAccessorDefinition()
1617 SpellingNamesAreCommon(const std::vector<FlattenedSpelling>& Spellings) { in SpellingNamesAreCommon()
1633 CreateSemanticSpellings(const std::vector<FlattenedSpelling> &Spellings, in CreateSemanticSpellings()
1650 const FlattenedSpelling &S = *I; in CreateSemanticSpellings()
1706 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(*Attr); in emitClangAttrLateParsedList()
1720 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(Attribute); in hasGNUorCXX11Spelling()
2132 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(Attr); in forEachUniqueSpelling()
2134 for (const FlattenedSpelling &S : Spellings) { in forEachUniqueSpelling()
2155 forEachUniqueSpelling(*Attr, [&](const FlattenedSpelling &S) { in emitClangAttrTypeArgList()
2174 forEachUniqueSpelling(Attr, [&](const FlattenedSpelling &S) { in emitClangAttrArgContextList()
2210 forEachUniqueSpelling(*A, [&](const FlattenedSpelling &S) { in emitClangAttrVariadicIdentifierArgList()
2231 forEachUniqueSpelling(*Attr, [&](const FlattenedSpelling &S) { in emitClangAttrIdentifierArgList()
2257 forEachUniqueSpelling(*A, [&](const FlattenedSpelling &S) { in emitClangAttrThisIsaIdentifierArgList()
2330 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(R); in emitAttributes()
2666 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(*R); in AttrHasPragmaSpelling()
2667 return llvm::find_if(Spellings, [](const FlattenedSpelling &S) { in AttrHasPragmaSpelling()
3108 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(*Attr); in GenerateHasAttrSpellingStringSwitch()
3130 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(*R); in EmitClangAttrHasAttrImpl()
3197 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(R); in EmitClangAttrSpellingListIndex()
3661 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(Attr); in GenerateSpellingIndexToSemanticSpelling()
3700 [](const FlattenedSpelling &S) { return S.knownToGCC(); }); in IsKnownToGCC()
3834 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(Attr); in EmitClangAttrParsedAttrKinds()
3915 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(R); in EmitClangAttrTextNodeDump()
3997 void add(const Record &Attr, FlattenedSpelling Spelling) { in add()
4060 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(Attribute); in GetAttributeHeadingAndSpellings()