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);278 WeakObjectProfileTy(const Expr *Base, const ObjCPropertyDecl *Property);279 WeakObjectProfileTy(const DeclRefExpr *RE);280 WeakObjectProfileTy(const ObjCIvarRefExpr *RE);300 bool operator==(const WeakObjectProfileTy &Other) const {310 static inline WeakObjectProfileTy getEmptyKey() { in getEmptyKey()311 return WeakObjectProfileTy(); in getEmptyKey()[all …]