Searched refs:FromSuper (Results 1 – 1 of 1) sorted by relevance
4783 ObjCInterfaceDecl *FromSuper = From->getSuperClass(); in ImportDefinition() local4784 if (FromSuper) { in ImportDefinition()4785 if (auto FromSuperOrErr = import(FromSuper)) in ImportDefinition()4786 FromSuper = *FromSuperOrErr; in ImportDefinition()4792 if ((bool)FromSuper != (bool)ToSuper || in ImportDefinition()4793 (FromSuper && !declaresSameEntity(FromSuper, ToSuper))) { in ImportDefinition()