Searched refs:getContainingObjCImpl (Results 1 – 1 of 1) sorted by relevance
162 const ObjCImplDecl *getContainingObjCImpl(const LocationContext *LCtx) const;280 for (auto *PropImpl : getContainingObjCImpl(LCtx)->property_impls()) { in checkBeginFunction()628 const ObjCImplDecl *Container = getContainingObjCImpl(LCtx); in findPropertyOnDeallocatingInstance()685 const ObjCImplDecl *Container = getContainingObjCImpl(C.getLocationContext()); in diagnoseExtraRelease()799 ObjCDeallocChecker::getContainingObjCImpl(const LocationContext *LCtx) const { in getContainingObjCImpl() function in ObjCDeallocChecker