Searched refs:FromSuper (Results 1 – 1 of 1) sorted by relevance
5426 ObjCInterfaceDecl *FromSuper = From->getSuperClass(); in ImportDefinition() local5427 if (FromSuper) { in ImportDefinition()5428 if (auto FromSuperOrErr = import(FromSuper)) in ImportDefinition()5429 FromSuper = *FromSuperOrErr; in ImportDefinition()5435 if ((bool)FromSuper != (bool)ToSuper || in ImportDefinition()5436 (FromSuper && !declaresSameEntity(FromSuper, ToSuper))) { in ImportDefinition()