Home
last modified time | relevance | path

Searched refs:FoundProp (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/AST/
DASTImporter.cpp4196 if (ObjCPropertyDecl *FoundProp in VisitObjCPropertyDecl() local
4200 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()