Searched refs:PropertyIvarDecl (Results 1 – 2 of 2) 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()
1163 D->PropertyIvarDecl = ReadDeclAs<ObjCIvarDecl>(Record, Idx); in VisitObjCPropertyImplDecl()