Searched refs:superclasses (Results 1 – 15 of 15) sorted by relevance
155 json::Array superclasses; in run() local157 superclasses.push_back(SuperPair.first->getNameInitAsString()); in run()158 obj["!superclasses"] = std::move(superclasses); in run()
883 std::vector<std::string> superclasses; in is_subclass() local887 superclasses = generator::find_superclasses(classes[type_str].type); in is_subclass()889 for (ci = superclasses.begin(); ci < superclasses.end(); ci++) in is_subclass()900 superclasses = generator::find_superclasses(candidate->type); in is_subclass()902 for (ci = superclasses.begin(); ci < superclasses.end(); ci++) in is_subclass()
7 // CHECK: interface1.m:21:12: warning: class 'I4' has incompatible superclasses18 // CHECK: interface1.m:100:17: warning: class 'I15' has incompatible superclasses
15 // CHECK: 'Base' in data['D']['!superclasses']16 // CHECK: 'Intermediate' in data['D']['!superclasses']17 // CHECK: 'Derived' not in data['D']['!superclasses']
40 // required superclasses'. That's too general to use in an
83 superclasses of the record.113 * Functions to get all the record's superclasses or just its direct114 superclasses.240 corresponding to the record inheriting from those superclasses.624 The ``Record`` class provides a function to obtain the superclasses of a626 array of ``std::pair`` pairs. The superclasses are in post-order: the order627 in which the superclasses were visited while copying their fields into the633 This example obtains the superclasses of the ``Prototype`` record and then645 append the *direct* superclasses of a record to a given vector of type802 superclasses, and fields.[all …]
152 ``ADD32rr``, and the comment at the end of the line indicates the superclasses195 superclasses. The list of values is the main data that TableGen builds for each
494 * ``!superclasses``: an array of strings giving the names of all the
19 // subclasses to partially override the predicates of their superclasses without
471 "class %0 has incompatible superclasses">;473 "class %0 has incompatible superclasses">,
5323 and all the class interfaces of its superclasses.
312 // Specialized superclasses
350 receiver's class or by any superclasses.
916 ``T`` or one of its superclasses has the ``objc_arc_weak_reference_unavailable``1931 both within a single class and between subclasses and superclasses.
365 is the most general of all superclasses that you can use. Deriving from