Searched refs:PropertyIvarDecl (Results 1 – 2 of 2) sorted by relevance
1998 ObjCIvarDecl *PropertyIvarDecl; // Synthesize ivar for this property variable2010 GetterMethodDecl(0), SetterMethodDecl(0) , PropertyIvarDecl(0) {} in ObjCPropertyDecl()2111 PropertyIvarDecl = Ivar; in setPropertyIvarDecl()2114 return PropertyIvarDecl; in getPropertyIvarDecl()2157 ObjCIvarDecl *PropertyIvarDecl; variable2173 IvarLoc(ivarLoc), PropertyDecl(property), PropertyIvarDecl(ivarDecl), in ObjCPropertyImplDecl()2175 assert (PK == Dynamic || PropertyIvarDecl); in ObjCPropertyImplDecl()2199 return PropertyIvarDecl ? Synthesize : Dynamic; in getPropertyImplementation()2203 return PropertyIvarDecl; in getPropertyIvarDecl()2209 PropertyIvarDecl = Ivar; in setPropertyIvarDecl()
863 D->PropertyIvarDecl = ReadDeclAs<ObjCIvarDecl>(Record, Idx); in VisitObjCPropertyImplDecl()