Home
last modified time | relevance | path

Searched refs:getDeallocReleaseRequirement (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DCheckObjCDealloc.cpp151 getDeallocReleaseRequirement(const ObjCPropertyImplDecl *PropImpl) const;
214 if (getDeallocReleaseRequirement(I) == ReleaseRequirement::MustRelease) { in checkASTDecl()
287 ReleaseRequirement Requirement = getDeallocReleaseRequirement(PropImpl); in checkBeginFunction()
659 if (getDeallocReleaseRequirement(PropImpl) != in diagnoseExtraRelease()
732 if (getDeallocReleaseRequirement(PropImpl) != in diagnoseMistakenDealloc()
889 ReleaseRequirement ObjCDeallocChecker::getDeallocReleaseRequirement( in getDeallocReleaseRequirement() function in ObjCDeallocChecker