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

/freebsd-13-stable/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp76 std::vector<Record *> Spellings = Attr.getValueAsListOfDefs("Spellings"); local
79 for (const auto &Spelling : Spellings) {
1382 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(R); local
1385 if (Spellings.empty()) {
1395 for (unsigned I = 0; I < Spellings.size(); ++I)
1397 " return \"" << Spellings[I].name() << "\";\n";
1408 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(R); local
1413 if (Spellings.empty()) {
1423 for (unsigned I = 0; I < Spellings
1600 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(*Accessor); local
1615 SpellingNamesAreCommon(const std::vector<FlattenedSpelling>& Spellings) argument
1631 CreateSemanticSpellings(const std::vector<FlattenedSpelling> &Spellings, SemanticSpellingMap &Map) argument
1704 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(*Attr); local
1718 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(Attribute); local
2130 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(Attr); local
2328 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(R); local
2664 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(*R); local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DParsedAttr.cpp138 for (auto &S : Ptr->Spellings)
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h68 ArrayRef<Spelling> Spellings; member in struct:clang::ParsedAttrInfo

Completed in 132 milliseconds