Searched refs:FoundProp (Results 1 – 1 of 1) sorted by relevance
4196 if (ObjCPropertyDecl *FoundProp in VisitObjCPropertyDecl() local4200 FoundProp->getType())) { in VisitObjCPropertyDecl()4202 << Name << D->getType() << FoundProp->getType(); in VisitObjCPropertyDecl()4203 Importer.ToDiag(FoundProp->getLocation(), diag::note_odr_value_here) in VisitObjCPropertyDecl()4204 << FoundProp->getType(); in VisitObjCPropertyDecl()4211 Importer.Imported(D, FoundProp); in VisitObjCPropertyDecl()4212 return FoundProp; in VisitObjCPropertyDecl()