Home
last modified time | relevance | path

Searched refs:WeakObjectProfileTy (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Sema/
DScopeInfo.cpp57 FunctionScopeInfo::WeakObjectProfileTy::BaseInfoTy
58 FunctionScopeInfo::WeakObjectProfileTy::getBaseInfo(const Expr *E) { in getBaseInfo()
118 FunctionScopeInfo::WeakObjectProfileTy::WeakObjectProfileTy( in WeakObjectProfileTy() function in FunctionScopeInfo::WeakObjectProfileTy
133 FunctionScopeInfo::WeakObjectProfileTy::WeakObjectProfileTy(const Expr *BaseE, in WeakObjectProfileTy() function in FunctionScopeInfo::WeakObjectProfileTy
141 FunctionScopeInfo::WeakObjectProfileTy::WeakObjectProfileTy( in WeakObjectProfileTy() function in FunctionScopeInfo::WeakObjectProfileTy
147 FunctionScopeInfo::WeakObjectProfileTy::WeakObjectProfileTy( in WeakObjectProfileTy() function in FunctionScopeInfo::WeakObjectProfileTy
156 WeakObjectUses[WeakObjectProfileTy(Msg->getInstanceReceiver(), Prop)]; in recordUseOfWeak()
187 Uses = WeakObjectUses.find(WeakObjectProfileTy(RefExpr)); in markSafeWeakUse()
194 Uses = WeakObjectUses.find(WeakObjectProfileTy(IvarE)); in markSafeWeakUse()
196 Uses = WeakObjectUses.find(WeakObjectProfileTy(DRE)); in markSafeWeakUse()
[all …]
DAnalysisBasedWarnings.cpp1187 typedef sema::FunctionScopeInfo::WeakObjectProfileTy WeakObjectProfileTy; in diagnoseRepeatedUseOfWeak() typedef
1228 const WeakObjectProfileTy &Profile = I->first; in diagnoseRepeatedUseOfWeak()
1281 const WeakObjectProfileTy &Key = P.second->first; in diagnoseRepeatedUseOfWeak()
/external/clang/include/clang/Sema/
DScopeInfo.h191 class WeakObjectProfileTy {
210 inline WeakObjectProfileTy();
211 static inline WeakObjectProfileTy getSentinel();
214 WeakObjectProfileTy(const ObjCPropertyRefExpr *RE);
215 WeakObjectProfileTy(const Expr *Base, const ObjCPropertyDecl *Property);
216 WeakObjectProfileTy(const DeclRefExpr *RE);
217 WeakObjectProfileTy(const ObjCIvarRefExpr *RE);
237 bool operator==(const WeakObjectProfileTy &Other) const {
247 static inline WeakObjectProfileTy getEmptyKey() { in getEmptyKey()
248 return WeakObjectProfileTy(); in getEmptyKey()
[all …]