Searched refs:FromSuper (Results 1 – 1 of 1) sorted by relevance
4998 ObjCInterfaceDecl *FromSuper = From->getSuperClass(); in ImportDefinition() local4999 if (FromSuper) { in ImportDefinition()5000 if (auto FromSuperOrErr = import(FromSuper)) in ImportDefinition()5001 FromSuper = *FromSuperOrErr; in ImportDefinition()5007 if ((bool)FromSuper != (bool)ToSuper || in ImportDefinition()5008 (FromSuper && !declaresSameEntity(FromSuper, ToSuper))) { in ImportDefinition()