Home
last modified time | relevance | path

Searched refs:GetFlattenedSpellings (Results 1 – 1 of 1) sorted by relevance

/external/clang/utils/TableGen/
DClangAttrEmitter.cpp60 GetFlattenedSpellings(const Record &Attr) { in GetFlattenedSpellings() function
1080 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(R); in writeGetSpellingFunction()
1106 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(R); in writePrettyPrintFunction()
1231 GetFlattenedSpellings(*Accessor); in writeAttrAccessorDefinition()
1232 std::vector<FlattenedSpelling> SpellingList = GetFlattenedSpellings(R); in writeAttrAccessorDefinition()
1328 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(*Attr); in emitClangAttrLateParsedList()
1356 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(*Attr); in emitClangAttrTypeArgList()
1378 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(Attr); in emitClangAttrArgContextList()
1409 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(*Attr); in emitClangAttrIdentifierArgList()
1470 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(R); in EmitClangAttrClass()
[all …]