Searched refs:FromSuper (Results 1 – 1 of 1) sorted by relevance
5702 ObjCInterfaceDecl *FromSuper = From->getSuperClass(); in ImportDefinition() local5703 if (FromSuper) { in ImportDefinition()5704 if (auto FromSuperOrErr = import(FromSuper)) in ImportDefinition()5705 FromSuper = *FromSuperOrErr; in ImportDefinition()5711 if ((bool)FromSuper != (bool)ToSuper || in ImportDefinition()5712 (FromSuper && !declaresSameEntity(FromSuper, ToSuper))) { in ImportDefinition()