Home
last modified time | relevance | path

Searched defs:Spellings (Results 1 – 1 of 1) sorted by relevance

/external/clang/utils/TableGen/
DClangAttrEmitter.cpp61 std::vector<Record *> Spellings = Attr.getValueAsListOfDefs("Spellings"); in GetFlattenedSpellings() local
1080 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(R); in writeGetSpellingFunction() local
1106 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(R); in writePrettyPrintFunction() local
1230 std::vector<FlattenedSpelling> Spellings = in writeAttrAccessorDefinition() local
1248 SpellingNamesAreCommon(const std::vector<FlattenedSpelling>& Spellings) { in SpellingNamesAreCommon()
1263 CreateSemanticSpellings(const std::vector<FlattenedSpelling> &Spellings, in CreateSemanticSpellings()
1328 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(*Attr); in emitClangAttrLateParsedList() local
1356 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(*Attr); in emitClangAttrTypeArgList() local
1378 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(Attr); in emitClangAttrArgContextList() local
1409 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(*Attr); in emitClangAttrIdentifierArgList() local
[all …]