Lines Matching refs:getSuperClass
4998 ObjCInterfaceDecl *FromSuper = From->getSuperClass(); in ImportDefinition()
5006 ObjCInterfaceDecl *ToSuper = To->getSuperClass(); in ImportDefinition()
5014 << To->getSuperClass()->getDeclName(); in ImportDefinition()
5018 if (From->getSuperClass()) in ImportDefinition()
5021 << From->getSuperClass()->getDeclName(); in ImportDefinition()
5037 if (From->getSuperClass()) { in ImportDefinition()
5232 if (Error Err = importInto(Super, D->getSuperClass())) in VisitObjCImplementationDecl()
5270 if ((Super && !Impl->getSuperClass()) || in VisitObjCImplementationDecl()
5271 (!Super && Impl->getSuperClass()) || in VisitObjCImplementationDecl()
5272 (Super && Impl->getSuperClass() && in VisitObjCImplementationDecl()
5274 Impl->getSuperClass()))) { in VisitObjCImplementationDecl()
5280 if (Impl->getSuperClass()) in VisitObjCImplementationDecl()
5283 << Impl->getSuperClass()->getDeclName(); in VisitObjCImplementationDecl()
5287 if (D->getSuperClass()) in VisitObjCImplementationDecl()
5290 << D->getSuperClass()->getDeclName(); in VisitObjCImplementationDecl()