Searched refs:from_objc_interface (Results 1 – 1 of 1) sorted by relevance
1219 ObjCInterfaceDecl *from_objc_interface = dyn_cast<ObjCInterfaceDecl>(from); in ImportDefinitionTo() local1221 if (!from_objc_interface) in ImportDefinitionTo()1224 ObjCInterfaceDecl *from_superclass = from_objc_interface->getSuperClass(); in ImportDefinitionTo()