Searched refs:PropDecl (Results 1 – 5 of 5) sorted by relevance
579 if (PropDecl->getSetterKind() == ObjCPropertyDecl::Retain) in diagnoseMissingReleases()671 if (PropDecl) { in diagnoseExtraRelease()672 if (PropDecl->isReadOnly()) in diagnoseExtraRelease()675 PropDecl = PropImpl->getPropertyDecl(); in diagnoseExtraRelease()687 !PropDecl->isReadOnly()) || in diagnoseExtraRelease()701 if (PropDecl->getSetterKind() == ObjCPropertyDecl::Weak) in diagnoseExtraRelease()800 if (PropDecl->isReadOnly()) in findShadowedPropertyDecl()809 IdentifierInfo *ID = PropDecl->getIdentifier(); in findShadowedPropertyDecl()879 const ObjCPropertyDecl *PropDecl; in getDeallocReleaseRequirement() local883 ObjCPropertyDecl::SetterKind SK = PropDecl->getSetterKind(); in getDeallocReleaseRequirement()[all …]
60 ObjCPropertyDecl *PropDecl = P->first; in VisitObjCMessageExpr() local61 if (PropDecl->getSetterName() == ME->getSelector()) { in VisitObjCMessageExpr()
2081 for (auto *PropDecl : PDecl->properties()) { in DiagnoseUnimplementedProperties() local2082 if ((*LazyMap)[std::make_pair(PropDecl->getIdentifier(), in DiagnoseUnimplementedProperties()2083 PropDecl->isClassProperty())]) in DiagnoseUnimplementedProperties()2085 PropMap[std::make_pair(PropDecl->getIdentifier(), in DiagnoseUnimplementedProperties()2086 PropDecl->isClassProperty())] = PropDecl; in DiagnoseUnimplementedProperties()
985 if (const ObjCPropertyDecl *PropDecl = getAccessedProperty()) { in getExtraInvalidatedValues() local986 if (const ObjCIvarDecl *PropIvar = PropDecl->getPropertyIvarDecl()) { in getExtraInvalidatedValues()
6370 ObjCPropertyDecl *PropDecl = Properties[i]; in Write_prop_list_t_initializer() local6375 Result += PropDecl->getName(); Result += "\","; in Write_prop_list_t_initializer()6377 Context->getObjCEncodingForPropertyDecl(PropDecl, Container); in Write_prop_list_t_initializer()