Home
last modified time | relevance | path

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

/external/clang/utils/TableGen/
DClangAttrEmitter.cpp73 GetFlattenedSpellings(const Record &Attr) { in GetFlattenedSpellings() function
1250 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(R); in writeGetSpellingFunction()
1276 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(R); in writePrettyPrintFunction()
1414 GetFlattenedSpellings(*Accessor); in writeAttrAccessorDefinition()
1415 std::vector<FlattenedSpelling> SpellingList = GetFlattenedSpellings(R); in writeAttrAccessorDefinition()
1511 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(*Attr); in emitClangAttrLateParsedList()
1539 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(*Attr); in emitClangAttrTypeArgList()
1561 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(Attr); in emitClangAttrArgContextList()
1592 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(*Attr); in emitClangAttrIdentifierArgList()
1662 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(R); in EmitClangAttrClass()
[all …]