Searched refs:getContainingObjCImpl (Results 1 – 1 of 1) sorted by relevance
161 const ObjCImplDecl *getContainingObjCImpl(const LocationContext *LCtx) const;279 for (auto *PropImpl : getContainingObjCImpl(LCtx)->property_impls()) { in checkBeginFunction()626 const ObjCImplDecl *Container = getContainingObjCImpl(LCtx); in findPropertyOnDeallocatingInstance()683 const ObjCImplDecl *Container = getContainingObjCImpl(C.getLocationContext()); in diagnoseExtraRelease()797 ObjCDeallocChecker::getContainingObjCImpl(const LocationContext *LCtx) const { in getContainingObjCImpl() function in ObjCDeallocChecker