Lines Matching refs:superclasses
83 superclasses of the record.
113 * Functions to get all the record's superclasses or just its direct
114 superclasses.
239 instances of the *direct* superclasses of the record and returns the ``RecordRecTy``
240 corresponding to the record inheriting from those superclasses.
624 The ``Record`` class provides a function to obtain the superclasses of a
626 array of ``std::pair`` pairs. The superclasses are in post-order: the order
627 in which the superclasses were visited while copying their fields into the
633 This example obtains the superclasses of the ``Prototype`` record and then
645 append the *direct* superclasses of a record to a given vector of type
802 superclasses, and fields.
805 superclasses, and fields.
807 Superclasses are shown in the order processed, with indirect superclasses in