Searched refs:PropertyIvarDecl (Results 1 – 2 of 2) sorted by relevance
773 ObjCIvarDecl *PropertyIvarDecl = nullptr; variable917 PropertyIvarDecl = Ivar; in setPropertyIvarDecl()921 return PropertyIvarDecl; in getPropertyIvarDecl()2775 ObjCIvarDecl *PropertyIvarDecl; variable2796 IvarLoc(ivarLoc), PropertyDecl(property), PropertyIvarDecl(ivarDecl) { in ObjCPropertyImplDecl()2797 assert(PK == Dynamic || PropertyIvarDecl); in ObjCPropertyImplDecl()2823 return PropertyIvarDecl ? Synthesize : Dynamic; in getPropertyImplementation()2827 return PropertyIvarDecl; in getPropertyIvarDecl()2833 PropertyIvarDecl = Ivar; in setPropertyIvarDecl()
1434 D->PropertyIvarDecl = readDeclAs<ObjCIvarDecl>(); in VisitObjCPropertyImplDecl()