Searched refs:PropertyIvarDecl (Results 1 – 2 of 2) sorted by relevance
774 ObjCIvarDecl *PropertyIvarDecl = nullptr; variable920 PropertyIvarDecl = Ivar; in setPropertyIvarDecl()924 return PropertyIvarDecl; in getPropertyIvarDecl()2824 ObjCIvarDecl *PropertyIvarDecl; variable2845 IvarLoc(ivarLoc), PropertyDecl(property), PropertyIvarDecl(ivarDecl) { in ObjCPropertyImplDecl()2846 assert(PK == Dynamic || PropertyIvarDecl); in ObjCPropertyImplDecl()2873 return PropertyIvarDecl ? Synthesize : Dynamic; in getPropertyImplementation()2877 return PropertyIvarDecl; in getPropertyIvarDecl()2883 PropertyIvarDecl = Ivar; in setPropertyIvarDecl()
1516 D->PropertyIvarDecl = readDeclAs<ObjCIvarDecl>(); in VisitObjCPropertyImplDecl()