Searched refs:PropertyIvarDecl (Results 1 – 4 of 4) sorted by relevance
746 ObjCIvarDecl *PropertyIvarDecl; // Synthesize ivar for this property variable760 PropertyIvarDecl(nullptr) {} in ObjCPropertyDecl()875 PropertyIvarDecl = Ivar; in setPropertyIvarDecl()878 return PropertyIvarDecl; in getPropertyIvarDecl()2676 ObjCIvarDecl *PropertyIvarDecl; variable2692 IvarLoc(ivarLoc), PropertyDecl(property), PropertyIvarDecl(ivarDecl), in ObjCPropertyImplDecl()2694 assert (PK == Dynamic || PropertyIvarDecl); in ObjCPropertyImplDecl()2718 return PropertyIvarDecl ? Synthesize : Dynamic; in getPropertyImplementation()2722 return PropertyIvarDecl; in getPropertyIvarDecl()2728 PropertyIvarDecl = Ivar; in setPropertyIvarDecl()
790 ObjCIvarDecl *PropertyIvarDecl = nullptr; variable940 PropertyIvarDecl = Ivar; in setPropertyIvarDecl()944 return PropertyIvarDecl; in getPropertyIvarDecl()2785 ObjCIvarDecl *PropertyIvarDecl; variable2806 IvarLoc(ivarLoc), PropertyDecl(property), PropertyIvarDecl(ivarDecl) { in ObjCPropertyImplDecl()2807 assert(PK == Dynamic || PropertyIvarDecl); in ObjCPropertyImplDecl()2833 return PropertyIvarDecl ? Synthesize : Dynamic; in getPropertyImplementation()2837 return PropertyIvarDecl; in getPropertyIvarDecl()2843 PropertyIvarDecl = Ivar; in setPropertyIvarDecl()
1163 D->PropertyIvarDecl = ReadDeclAs<ObjCIvarDecl>(Record, Idx); in VisitObjCPropertyImplDecl()
1339 D->PropertyIvarDecl = readDeclAs<ObjCIvarDecl>(); in VisitObjCPropertyImplDecl()