Searched refs:FromSuper (Results 1 – 1 of 1) sorted by relevance
3509 ObjCInterfaceDecl *FromSuper = From->getSuperClass(); in ImportDefinition() local3510 if (FromSuper) { in ImportDefinition()3511 FromSuper = cast_or_null<ObjCInterfaceDecl>(Importer.Import(FromSuper)); in ImportDefinition()3512 if (!FromSuper) in ImportDefinition()3517 if ((bool)FromSuper != (bool)ToSuper || in ImportDefinition()3518 (FromSuper && !declaresSameEntity(FromSuper, ToSuper))) { in ImportDefinition()