Home | History | Annotate | Download | only in AST

Lines Matching refs:Superclass

598   /// The superclass of a type.
599 Superclass,
4985 /// Cached superclass type.
5085 /// Retrieve the type of the superclass of this object type.
5088 /// superclass of the current class type, potentially producing a
5089 /// specialization of the superclass type. Produces a null type if
5090 /// there is no superclass.
5095 assert(CachedSuperClassType.getInt() && "Superclass not set?");
5157 /// as a subtype of its superclass, ObjCObjectType:
5362 /// Retrieve the type of the superclass of this object pointer type.
5365 /// superclass of the current class type, potentially producing a
5366 /// pointer to a specialization of the superclass type. Produces a
5367 /// null type if there is no superclass.