Searched refs:WeakObjectProfileTy (Results 1 – 3 of 3) sorted by relevance
68 FunctionScopeInfo::WeakObjectProfileTy::BaseInfoTy69 FunctionScopeInfo::WeakObjectProfileTy::getBaseInfo(const Expr *E) { in getBaseInfo()131 FunctionScopeInfo::WeakObjectProfileTy::WeakObjectProfileTy( in WeakObjectProfileTy() function in FunctionScopeInfo::WeakObjectProfileTy146 FunctionScopeInfo::WeakObjectProfileTy::WeakObjectProfileTy(const Expr *BaseE, in WeakObjectProfileTy() function in FunctionScopeInfo::WeakObjectProfileTy154 FunctionScopeInfo::WeakObjectProfileTy::WeakObjectProfileTy( in WeakObjectProfileTy() function in FunctionScopeInfo::WeakObjectProfileTy160 FunctionScopeInfo::WeakObjectProfileTy::WeakObjectProfileTy( in WeakObjectProfileTy() function in FunctionScopeInfo::WeakObjectProfileTy169 WeakObjectUses[WeakObjectProfileTy(Msg->getInstanceReceiver(), Prop)]; in recordUseOfWeak()200 Uses = WeakObjectUses.find(WeakObjectProfileTy(RefExpr)); in markSafeWeakUse()207 Uses = WeakObjectUses.find(WeakObjectProfileTy(IvarE)); in markSafeWeakUse()210 Uses = WeakObjectUses.find(WeakObjectProfileTy(DRE)); in markSafeWeakUse()[all …]
1334 typedef sema::FunctionScopeInfo::WeakObjectProfileTy WeakObjectProfileTy; in diagnoseRepeatedUseOfWeak() typedef1375 const WeakObjectProfileTy &Profile = I->first; in diagnoseRepeatedUseOfWeak()1428 const WeakObjectProfileTy &Key = P.second->first; in diagnoseRepeatedUseOfWeak()
244 class WeakObjectProfileTy {263 inline WeakObjectProfileTy();264 static inline WeakObjectProfileTy getSentinel();267 WeakObjectProfileTy(const ObjCPropertyRefExpr *RE);269 WeakObjectProfileTy(const DeclRefExpr *RE);270 WeakObjectProfileTy(const ObjCIvarRefExpr *RE);301 return WeakObjectProfileTy(); in getEmptyKey()305 return WeakObjectProfileTy::getSentinel(); in getTombstoneKey()990 FunctionScopeInfo::WeakObjectProfileTy::WeakObjectProfileTy() in WeakObjectProfileTy() function993 FunctionScopeInfo::WeakObjectProfileTy[all …]