Searched refs:getContainingObjCImpl (Results 1 – 1 of 1) sorted by relevance
167 const ObjCImplDecl *getContainingObjCImpl(const LocationContext *LCtx) const;285 for (auto *PropImpl : getContainingObjCImpl(LCtx)->property_impls()) { in checkBeginFunction()634 const ObjCImplDecl *Container = getContainingObjCImpl(LCtx); in findPropertyOnDeallocatingInstance()691 const ObjCImplDecl *Container = getContainingObjCImpl(C.getLocationContext()); in diagnoseExtraRelease()788 ObjCDeallocChecker::getContainingObjCImpl(const LocationContext *LCtx) const { in getContainingObjCImpl() function in ObjCDeallocChecker