Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/TableGen/
H A DJSONBackend.cpp154 json::Array superclasses; in run() local
156 superclasses.push_back(SuperPair.first->getNameInitAsString()); in run()
157 obj["!superclasses"] = std::move(superclasses); in run()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips.td19 // subclasses to partially override the predicates of their superclasses without
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticASTKinds.td508 "class %0 has incompatible superclasses">;
510 "class %0 has incompatible superclasses">,
H A DAttrDocs.td5731 and all the class interfaces of its superclasses.