Searched refs:Spellings (Results 1 - 1 of 1) sorted by relevance

/external/clang/utils/TableGen/
H A DClangAttrEmitter.cpp57 std::vector<Record *> Spellings = Attr.getValueAsListOfDefs("Spellings"); local
60 for (const auto &Spelling : Spellings) {
1027 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(R); local
1030 if (Spellings.empty()) {
1040 for (unsigned I = 0; I < Spellings.size(); ++I)
1042 " return \"" << Spellings[I].name() << "\";\n";
1053 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(R); local
1058 if (Spellings.empty()) {
1069 for (unsigned I = 0; I < Spellings
1172 std::vector<FlattenedSpelling> Spellings = local
1190 SpellingNamesAreCommon(const std::vector<FlattenedSpelling>& Spellings) argument
1205 CreateSemanticSpellings(const std::vector<FlattenedSpelling> &Spellings, SemanticSpellingMap &Map) argument
1266 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(*Attr); local
1294 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(*Attr); local
1316 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(Attr); local
1346 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(*Attr); local
1407 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(R); local
1784 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(*Attr); local
1806 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(*R); local
1865 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(R); local
2432 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(Attr); local
2526 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(Attr); local
2593 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(R); local
2684 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(*Doc.Attribute); local
[all...]

Completed in 48 milliseconds