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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DJSONBackend.cpp128 // We mostly fill those in by iterating over the superclasses of
158 json::Array superclasses; local
160 superclasses.push_back(SuperPair.first->getNameInitAsString());
161 obj["!superclasses"] = std::move(superclasses);
168 // Add this def to the instance list for each of its superclasses.

Completed in 245 milliseconds