Lines Matching refs:getSuperClass
5426 ObjCInterfaceDecl *FromSuper = From->getSuperClass(); in ImportDefinition()
5434 ObjCInterfaceDecl *ToSuper = To->getSuperClass(); in ImportDefinition()
5442 << To->getSuperClass()->getDeclName(); in ImportDefinition()
5446 if (From->getSuperClass()) in ImportDefinition()
5449 << From->getSuperClass()->getDeclName(); in ImportDefinition()
5465 if (From->getSuperClass()) { in ImportDefinition()
5660 if (Error Err = importInto(Super, D->getSuperClass())) in VisitObjCImplementationDecl()
5698 if ((Super && !Impl->getSuperClass()) || in VisitObjCImplementationDecl()
5699 (!Super && Impl->getSuperClass()) || in VisitObjCImplementationDecl()
5700 (Super && Impl->getSuperClass() && in VisitObjCImplementationDecl()
5702 Impl->getSuperClass()))) { in VisitObjCImplementationDecl()
5708 if (Impl->getSuperClass()) in VisitObjCImplementationDecl()
5711 << Impl->getSuperClass()->getDeclName(); in VisitObjCImplementationDecl()
5715 if (D->getSuperClass()) in VisitObjCImplementationDecl()
5718 << D->getSuperClass()->getDeclName(); in VisitObjCImplementationDecl()