Searched refs:FromSuper (Results 1 – 1 of 1) sorted by relevance
3672 ObjCInterfaceDecl *FromSuper = From->getSuperClass(); in ImportDefinition() local3673 if (FromSuper) { in ImportDefinition()3674 FromSuper = cast_or_null<ObjCInterfaceDecl>(Importer.Import(FromSuper)); in ImportDefinition()3675 if (!FromSuper) in ImportDefinition()3680 if ((bool)FromSuper != (bool)ToSuper || in ImportDefinition()3681 (FromSuper && !declaresSameEntity(FromSuper, ToSuper))) { in ImportDefinition()