Searched refs:PropertyIvarDecl (Results 1 – 2 of 2) sorted by relevance
770 ObjCIvarDecl *PropertyIvarDecl = nullptr; variable918 PropertyIvarDecl = Ivar; in setPropertyIvarDecl()922 return PropertyIvarDecl; in getPropertyIvarDecl()2763 ObjCIvarDecl *PropertyIvarDecl; variable2784 IvarLoc(ivarLoc), PropertyDecl(property), PropertyIvarDecl(ivarDecl) { in ObjCPropertyImplDecl()2785 assert(PK == Dynamic || PropertyIvarDecl); in ObjCPropertyImplDecl()2811 return PropertyIvarDecl ? Synthesize : Dynamic; in getPropertyImplementation()2815 return PropertyIvarDecl; in getPropertyIvarDecl()2821 PropertyIvarDecl = Ivar; in setPropertyIvarDecl()
1339 D->PropertyIvarDecl = readDeclAs<ObjCIvarDecl>(); in VisitObjCPropertyImplDecl()