Lines Matching refs:FlattenedSpelling
32 class FlattenedSpelling { class
37 FlattenedSpelling(const std::string &Variety, const std::string &Name, in FlattenedSpelling() function in __anon8269b2b80111::FlattenedSpelling
40 explicit FlattenedSpelling(const Record &Spelling) : in FlattenedSpelling() function in __anon8269b2b80111::FlattenedSpelling
59 static std::vector<FlattenedSpelling>
62 std::vector<FlattenedSpelling> Ret; in GetFlattenedSpellings()
71 Ret.push_back(FlattenedSpelling(*Spelling)); in GetFlattenedSpellings()
1094 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(R); in writeGetSpellingFunction()
1120 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(R); in writePrettyPrintFunction()
1221 getSpellingListIndex(const std::vector<FlattenedSpelling> &SpellingList, in getSpellingListIndex()
1222 const FlattenedSpelling &Spelling) { in getSpellingListIndex()
1226 const FlattenedSpelling &S = SpellingList[Index]; in getSpellingListIndex()
1244 std::vector<FlattenedSpelling> Spellings = in writeAttrAccessorDefinition()
1246 std::vector<FlattenedSpelling> SpellingList = GetFlattenedSpellings(R); in writeAttrAccessorDefinition()
1262 SpellingNamesAreCommon(const std::vector<FlattenedSpelling>& Spellings) { in SpellingNamesAreCommon()
1277 CreateSemanticSpellings(const std::vector<FlattenedSpelling> &Spellings, in CreateSemanticSpellings()
1287 const FlattenedSpelling &S = *I; in CreateSemanticSpellings()
1342 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(*Attr); in emitClangAttrLateParsedList()
1370 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(*Attr); in emitClangAttrTypeArgList()
1392 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(Attr); in emitClangAttrArgContextList()
1423 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(*Attr); in emitClangAttrIdentifierArgList()
1484 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(R); in EmitClangAttrClass()
1715 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(*R); in AttrHasPragmaSpelling()
1717 [](const FlattenedSpelling &S) { in AttrHasPragmaSpelling()
1931 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(*Attr); in GenerateHasAttrSpellingStringSwitch()
1953 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(*R); in EmitClangAttrHasAttrImpl()
2009 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(R); in EmitClangAttrSpellingListIndex()
2569 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(Attr); in GenerateSpellingIndexToSemanticSpelling()
2593 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(Attr); in IsKnownToGCC()
2687 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(Attr); in EmitClangAttrParsedAttrKinds()
2755 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(R); in EmitClangAttrDump()
2821 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(*Doc.Attribute); in WriteDocumentation()