Searched refs:PropertyIvarDecl (Results 1 – 2 of 2) sorted by relevance
2460 ObjCIvarDecl *PropertyIvarDecl; // Synthesize ivar for this property variable2474 PropertyIvarDecl(nullptr) {} in ObjCPropertyDecl()2578 PropertyIvarDecl = Ivar; in setPropertyIvarDecl()2581 return PropertyIvarDecl; in getPropertyIvarDecl()2624 ObjCIvarDecl *PropertyIvarDecl; variable2640 IvarLoc(ivarLoc), PropertyDecl(property), PropertyIvarDecl(ivarDecl), in ObjCPropertyImplDecl()2642 assert (PK == Dynamic || PropertyIvarDecl); in ObjCPropertyImplDecl()2666 return PropertyIvarDecl ? Synthesize : Dynamic; in getPropertyImplementation()2670 return PropertyIvarDecl; in getPropertyIvarDecl()2676 PropertyIvarDecl = Ivar; in setPropertyIvarDecl()
1108 D->PropertyIvarDecl = ReadDeclAs<ObjCIvarDecl>(Record, Idx); in VisitObjCPropertyImplDecl()