Searched refs:PropertyIvarDecl (Results 1 – 2 of 2) sorted by relevance
770 ObjCIvarDecl *PropertyIvarDecl = nullptr; variable914 PropertyIvarDecl = Ivar; in setPropertyIvarDecl()918 return PropertyIvarDecl; in getPropertyIvarDecl()2811 ObjCIvarDecl *PropertyIvarDecl; variable2832 IvarLoc(ivarLoc), PropertyDecl(property), PropertyIvarDecl(ivarDecl) { in ObjCPropertyImplDecl()2833 assert(PK == Dynamic || PropertyIvarDecl); in ObjCPropertyImplDecl()2859 return PropertyIvarDecl ? Synthesize : Dynamic; in getPropertyImplementation()2863 return PropertyIvarDecl; in getPropertyIvarDecl()2869 PropertyIvarDecl = Ivar; in setPropertyIvarDecl()
1482 D->PropertyIvarDecl = readDeclAs<ObjCIvarDecl>(); in VisitObjCPropertyImplDecl()