Searched refs:WeakObjectProfileTy (Results 1 – 3 of 3) sorted by relevance
68 FunctionScopeInfo::WeakObjectProfileTy::BaseInfoTy69 FunctionScopeInfo::WeakObjectProfileTy::getBaseInfo(const Expr *E) { in getBaseInfo()116 FunctionScopeInfo::WeakObjectProfileTy::WeakObjectProfileTy( in WeakObjectProfileTy() function in FunctionScopeInfo::WeakObjectProfileTy131 FunctionScopeInfo::WeakObjectProfileTy::WeakObjectProfileTy(const Expr *BaseE, in WeakObjectProfileTy() function in FunctionScopeInfo::WeakObjectProfileTy139 FunctionScopeInfo::WeakObjectProfileTy::WeakObjectProfileTy( in WeakObjectProfileTy() function in FunctionScopeInfo::WeakObjectProfileTy145 FunctionScopeInfo::WeakObjectProfileTy::WeakObjectProfileTy( in WeakObjectProfileTy() function in FunctionScopeInfo::WeakObjectProfileTy154 WeakObjectUses[WeakObjectProfileTy(Msg->getInstanceReceiver(), Prop)]; in recordUseOfWeak()185 Uses = WeakObjectUses.find(WeakObjectProfileTy(RefExpr)); in markSafeWeakUse()192 Uses = WeakObjectUses.find(WeakObjectProfileTy(IvarE)); in markSafeWeakUse()195 Uses = WeakObjectUses.find(WeakObjectProfileTy(DRE)); in markSafeWeakUse()[all …]
1357 typedef sema::FunctionScopeInfo::WeakObjectProfileTy WeakObjectProfileTy; in diagnoseRepeatedUseOfWeak() typedef1398 const WeakObjectProfileTy &Profile = I->first; in diagnoseRepeatedUseOfWeak()1451 const WeakObjectProfileTy &Key = P.second->first; in diagnoseRepeatedUseOfWeak()
254 class WeakObjectProfileTy {273 inline WeakObjectProfileTy();274 static inline WeakObjectProfileTy getSentinel();277 WeakObjectProfileTy(const ObjCPropertyRefExpr *RE);279 WeakObjectProfileTy(const DeclRefExpr *RE);280 WeakObjectProfileTy(const ObjCIvarRefExpr *RE);311 return WeakObjectProfileTy(); in getEmptyKey()315 return WeakObjectProfileTy::getSentinel(); in getTombstoneKey()1026 FunctionScopeInfo::WeakObjectProfileTy::WeakObjectProfileTy() in WeakObjectProfileTy() function1029 FunctionScopeInfo::WeakObjectProfileTy[all …]