Searched refs:getDeallocReleaseRequirement (Results 1 – 1 of 1) sorted by relevance
151 getDeallocReleaseRequirement(const ObjCPropertyImplDecl *PropImpl) const;207 if (getDeallocReleaseRequirement(I) == ReleaseRequirement::MustRelease) { in REGISTER_SET_FACTORY_WITH_PROGRAMSTATE()280 ReleaseRequirement Requirement = getDeallocReleaseRequirement(PropImpl); in checkBeginFunction()651 if (getDeallocReleaseRequirement(PropImpl) != in diagnoseExtraRelease()728 if (getDeallocReleaseRequirement(PropImpl) != in diagnoseMistakenDealloc()885 ReleaseRequirement ObjCDeallocChecker::getDeallocReleaseRequirement( in getDeallocReleaseRequirement() function in ObjCDeallocChecker