Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTImporter.cpp3801 if (ObjCPropertyDecl *FoundProp in VisitObjCPropertyDecl() local
3805 FoundProp->getType())) { in VisitObjCPropertyDecl()
3807 << Name << D->getType() << FoundProp->getType(); in VisitObjCPropertyDecl()
3808 Importer.ToDiag(FoundProp->getLocation(), diag::note_odr_value_here) in VisitObjCPropertyDecl()
3809 << FoundProp->getType(); in VisitObjCPropertyDecl()
3816 Importer.Imported(D, FoundProp); in VisitObjCPropertyDecl()
3817 return FoundProp; in VisitObjCPropertyDecl()