Searched refs:WeakObjectProfileTy (Results 1 – 3 of 3) sorted by relevance
71 FunctionScopeInfo::WeakObjectProfileTy::BaseInfoTy72 FunctionScopeInfo::WeakObjectProfileTy::getBaseInfo(const Expr *E) { in getBaseInfo()119 FunctionScopeInfo::WeakObjectProfileTy::WeakObjectProfileTy( in WeakObjectProfileTy() function in FunctionScopeInfo::WeakObjectProfileTy134 FunctionScopeInfo::WeakObjectProfileTy::WeakObjectProfileTy(const Expr *BaseE, in WeakObjectProfileTy() function in FunctionScopeInfo::WeakObjectProfileTy142 FunctionScopeInfo::WeakObjectProfileTy::WeakObjectProfileTy( in WeakObjectProfileTy() function in FunctionScopeInfo::WeakObjectProfileTy148 FunctionScopeInfo::WeakObjectProfileTy::WeakObjectProfileTy( in WeakObjectProfileTy() function in FunctionScopeInfo::WeakObjectProfileTy157 WeakObjectUses[WeakObjectProfileTy(Msg->getInstanceReceiver(), Prop)]; in recordUseOfWeak()188 Uses = WeakObjectUses.find(WeakObjectProfileTy(RefExpr)); in markSafeWeakUse()195 Uses = WeakObjectUses.find(WeakObjectProfileTy(IvarE)); in markSafeWeakUse()198 Uses = WeakObjectUses.find(WeakObjectProfileTy(DRE)); in markSafeWeakUse()[all …]
1377 typedef sema::FunctionScopeInfo::WeakObjectProfileTy WeakObjectProfileTy; in diagnoseRepeatedUseOfWeak() typedef1418 const WeakObjectProfileTy &Profile = I->first; in diagnoseRepeatedUseOfWeak()1471 const WeakObjectProfileTy &Key = P.second->first; in diagnoseRepeatedUseOfWeak()
271 class WeakObjectProfileTy {290 inline WeakObjectProfileTy();291 static inline WeakObjectProfileTy getSentinel();294 WeakObjectProfileTy(const ObjCPropertyRefExpr *RE);295 WeakObjectProfileTy(const Expr *Base, const ObjCPropertyDecl *Property);296 WeakObjectProfileTy(const DeclRefExpr *RE);297 WeakObjectProfileTy(const ObjCIvarRefExpr *RE);317 bool operator==(const WeakObjectProfileTy &Other) const {327 static inline WeakObjectProfileTy getEmptyKey() { in getEmptyKey()328 return WeakObjectProfileTy(); in getEmptyKey()[all …]