Home | History | Annotate | Download | only in AST

Lines Matching refs:Superclass

596   /// The superclass of a type.
597 Superclass,
5041 /// Cached superclass type.
5141 /// Retrieve the type of the superclass of this object type.
5144 /// superclass of the current class type, potentially producing a
5145 /// specialization of the superclass type. Produces a null type if
5146 /// there is no superclass.
5151 assert(CachedSuperClassType.getInt() && "Superclass not set?");
5213 /// as a subtype of its superclass, ObjCObjectType:
5418 /// Retrieve the type of the superclass of this object pointer type.
5421 /// superclass of the current class type, potentially producing a
5422 /// pointer to a specialization of the superclass type. Produces a
5423 /// null type if there is no superclass.