Lines Matching refs:getSuperClass
5109 ObjCInterfaceDecl *FromSuper = From->getSuperClass(); in ImportDefinition()
5117 ObjCInterfaceDecl *ToSuper = To->getSuperClass(); in ImportDefinition()
5125 << To->getSuperClass()->getDeclName(); in ImportDefinition()
5129 if (From->getSuperClass()) in ImportDefinition()
5132 << From->getSuperClass()->getDeclName(); in ImportDefinition()
5148 if (From->getSuperClass()) { in ImportDefinition()
5343 if (Error Err = importInto(Super, D->getSuperClass())) in VisitObjCImplementationDecl()
5381 if ((Super && !Impl->getSuperClass()) || in VisitObjCImplementationDecl()
5382 (!Super && Impl->getSuperClass()) || in VisitObjCImplementationDecl()
5383 (Super && Impl->getSuperClass() && in VisitObjCImplementationDecl()
5385 Impl->getSuperClass()))) { in VisitObjCImplementationDecl()
5391 if (Impl->getSuperClass()) in VisitObjCImplementationDecl()
5394 << Impl->getSuperClass()->getDeclName(); in VisitObjCImplementationDecl()
5398 if (D->getSuperClass()) in VisitObjCImplementationDecl()
5401 << D->getSuperClass()->getDeclName(); in VisitObjCImplementationDecl()