Searched refs:getDeallocReleaseRequirement (Results 1 – 1 of 1) sorted by relevance
152 getDeallocReleaseRequirement(const ObjCPropertyImplDecl *PropImpl) const;208 if (getDeallocReleaseRequirement(I) == ReleaseRequirement::MustRelease) { in REGISTER_SET_FACTORY_WITH_PROGRAMSTATE()281 ReleaseRequirement Requirement = getDeallocReleaseRequirement(PropImpl); in checkBeginFunction()653 if (getDeallocReleaseRequirement(PropImpl) != in diagnoseExtraRelease()730 if (getDeallocReleaseRequirement(PropImpl) != in diagnoseMistakenDealloc()887 ReleaseRequirement ObjCDeallocChecker::getDeallocReleaseRequirement( in getDeallocReleaseRequirement() function in ObjCDeallocChecker