Lines Matching refs:FlattenedSpelling
30 class FlattenedSpelling { class
35 FlattenedSpelling(const std::string &Variety, const std::string &Name, in FlattenedSpelling() function in FlattenedSpelling
38 explicit FlattenedSpelling(const Record &Spelling) : in FlattenedSpelling() function in FlattenedSpelling
56 std::vector<FlattenedSpelling> GetFlattenedSpellings(const Record &Attr) { in GetFlattenedSpellings()
58 std::vector<FlattenedSpelling> Ret; in GetFlattenedSpellings()
63 Ret.push_back(FlattenedSpelling("GNU", Spelling->getValueAsString("Name"), in GetFlattenedSpellings()
65 Ret.push_back(FlattenedSpelling( in GetFlattenedSpellings()
68 Ret.push_back(FlattenedSpelling(*Spelling)); in GetFlattenedSpellings()
1027 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(R); in writeGetSpellingFunction()
1053 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(R); in writePrettyPrintFunction()
1149 getSpellingListIndex(const std::vector<FlattenedSpelling> &SpellingList, in getSpellingListIndex()
1150 const FlattenedSpelling &Spelling) { in getSpellingListIndex()
1154 const FlattenedSpelling &S = SpellingList[Index]; in getSpellingListIndex()
1172 std::vector<FlattenedSpelling> Spellings = in writeAttrAccessorDefinition()
1174 std::vector<FlattenedSpelling> SpellingList = GetFlattenedSpellings(R); in writeAttrAccessorDefinition()
1190 SpellingNamesAreCommon(const std::vector<FlattenedSpelling>& Spellings) { in SpellingNamesAreCommon()
1205 CreateSemanticSpellings(const std::vector<FlattenedSpelling> &Spellings, in CreateSemanticSpellings()
1215 const FlattenedSpelling &S = *I; in CreateSemanticSpellings()
1266 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(*Attr); in emitClangAttrLateParsedList()
1294 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(*Attr); in emitClangAttrTypeArgList()
1316 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(Attr); in emitClangAttrArgContextList()
1346 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(*Attr); in emitClangAttrIdentifierArgList()
1407 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(R); in EmitClangAttrClass()
1784 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(*Attr); in GenerateHasAttrSpellingStringSwitch()
1806 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(*R); in EmitClangAttrHasAttrImpl()
1865 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(R); in EmitClangAttrSpellingListIndex()
2408 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(Attr); in GenerateSpellingIndexToSemanticSpelling()
2432 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(Attr); in IsKnownToGCC()
2526 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(Attr); in EmitClangAttrParsedAttrKinds()
2593 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(R); in EmitClangAttrDump()
2684 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(*Doc.Attribute); in WriteDocumentation()