Home | History | Annotate | Download | only in AST

Lines Matching defs:SuperClass

452   /// superclass. Pass \c false if you only want to check the current class.
605 /// Note, the superclass's properties are not included in the list.
679 ObjCInterfaceDecl *SuperClass;
722 /// \brief The location of the superclass, if any.
730 DefinitionData() : Definition(), SuperClass(), CategoryList(), IvarList(),
1029 return data().SuperClass;
1033 data().SuperClass =
1988 ObjCInterfaceDecl *SuperClass;
2015 SuperClass(superDecl), SuperLoc(superLoc), IvarLBraceLoc(IvarLBraceLoc),
2104 const ObjCInterfaceDecl *getSuperClass() const { return SuperClass; }
2105 ObjCInterfaceDecl *getSuperClass() { return SuperClass; }
2108 void setSuperClass(ObjCInterfaceDecl * superCls) { SuperClass = superCls; }