Searched refs:FromSuper (Results 1 – 1 of 1) sorted by relevance
5109 ObjCInterfaceDecl *FromSuper = From->getSuperClass(); in ImportDefinition() local5110 if (FromSuper) { in ImportDefinition()5111 if (auto FromSuperOrErr = import(FromSuper)) in ImportDefinition()5112 FromSuper = *FromSuperOrErr; in ImportDefinition()5118 if ((bool)FromSuper != (bool)ToSuper || in ImportDefinition()5119 (FromSuper && !declaresSameEntity(FromSuper, ToSuper))) { in ImportDefinition()