Searched refs:WeakObjectProfileTy (Results 1 – 3 of 3) sorted by relevance
69 FunctionScopeInfo::WeakObjectProfileTy::BaseInfoTy70 FunctionScopeInfo::WeakObjectProfileTy::getBaseInfo(const Expr *E) { in getBaseInfo()117 FunctionScopeInfo::WeakObjectProfileTy::WeakObjectProfileTy( in WeakObjectProfileTy() function in FunctionScopeInfo::WeakObjectProfileTy132 FunctionScopeInfo::WeakObjectProfileTy::WeakObjectProfileTy(const Expr *BaseE, in WeakObjectProfileTy() function in FunctionScopeInfo::WeakObjectProfileTy140 FunctionScopeInfo::WeakObjectProfileTy::WeakObjectProfileTy( in WeakObjectProfileTy() function in FunctionScopeInfo::WeakObjectProfileTy146 FunctionScopeInfo::WeakObjectProfileTy::WeakObjectProfileTy( in WeakObjectProfileTy() function in FunctionScopeInfo::WeakObjectProfileTy155 WeakObjectUses[WeakObjectProfileTy(Msg->getInstanceReceiver(), Prop)]; in recordUseOfWeak()186 Uses = WeakObjectUses.find(WeakObjectProfileTy(RefExpr)); in markSafeWeakUse()193 Uses = WeakObjectUses.find(WeakObjectProfileTy(IvarE)); in markSafeWeakUse()196 Uses = WeakObjectUses.find(WeakObjectProfileTy(DRE)); in markSafeWeakUse()[all …]
1353 typedef sema::FunctionScopeInfo::WeakObjectProfileTy WeakObjectProfileTy; in diagnoseRepeatedUseOfWeak() typedef1394 const WeakObjectProfileTy &Profile = I->first; in diagnoseRepeatedUseOfWeak()1447 const WeakObjectProfileTy &Key = P.second->first; in diagnoseRepeatedUseOfWeak()
262 class WeakObjectProfileTy {281 inline WeakObjectProfileTy();282 static inline WeakObjectProfileTy getSentinel();285 WeakObjectProfileTy(const ObjCPropertyRefExpr *RE);286 WeakObjectProfileTy(const Expr *Base, const ObjCPropertyDecl *Property);287 WeakObjectProfileTy(const DeclRefExpr *RE);288 WeakObjectProfileTy(const ObjCIvarRefExpr *RE);308 bool operator==(const WeakObjectProfileTy &Other) const {318 static inline WeakObjectProfileTy getEmptyKey() { in getEmptyKey()319 return WeakObjectProfileTy(); in getEmptyKey()[all …]