Searched refs:PropertyIvarDecl (Results 1 – 2 of 2) sorted by relevance
1441 ObjCIvarDecl *PropertyIvarDecl; // Synthesize ivar for this property variable1451 GetterMethodDecl(0), SetterMethodDecl(0) , PropertyIvarDecl(0) {} in ObjCPropertyDecl()1530 PropertyIvarDecl = Ivar; in setPropertyIvarDecl()1533 return PropertyIvarDecl; in getPropertyIvarDecl()1574 ObjCIvarDecl *PropertyIvarDecl; variable1589 IvarLoc(ivarLoc), PropertyDecl(property), PropertyIvarDecl(ivarDecl), in ObjCPropertyImplDecl()1591 assert (PK == Dynamic || PropertyIvarDecl); in ObjCPropertyImplDecl()1613 return PropertyIvarDecl ? Synthesize : Dynamic; in getPropertyImplementation()1617 return PropertyIvarDecl; in getPropertyIvarDecl()1623 PropertyIvarDecl = Ivar; in setPropertyIvarDecl()
670 D->PropertyIvarDecl = in VisitObjCPropertyImplDecl()