Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DScopeInfo.cpp68 FunctionScopeInfo::WeakObjectProfileTy::BaseInfoTy
69 FunctionScopeInfo::WeakObjectProfileTy::getBaseInfo(const Expr *E) { in getBaseInfo()
131 FunctionScopeInfo::WeakObjectProfileTy::WeakObjectProfileTy( in WeakObjectProfileTy() function in FunctionScopeInfo::WeakObjectProfileTy
146 FunctionScopeInfo::WeakObjectProfileTy::WeakObjectProfileTy(const Expr *BaseE, in WeakObjectProfileTy() function in FunctionScopeInfo::WeakObjectProfileTy
154 FunctionScopeInfo::WeakObjectProfileTy::WeakObjectProfileTy( in WeakObjectProfileTy() function in FunctionScopeInfo::WeakObjectProfileTy
160 FunctionScopeInfo::WeakObjectProfileTy::WeakObjectProfileTy( in WeakObjectProfileTy() function in FunctionScopeInfo::WeakObjectProfileTy
169 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 …]
H A DAnalysisBasedWarnings.cpp1334 typedef sema::FunctionScopeInfo::WeakObjectProfileTy WeakObjectProfileTy; in diagnoseRepeatedUseOfWeak() typedef
1375 const WeakObjectProfileTy &Profile = I->first; in diagnoseRepeatedUseOfWeak()
1428 const WeakObjectProfileTy &Key = P.second->first; in diagnoseRepeatedUseOfWeak()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DScopeInfo.h244 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() function
993 FunctionScopeInfo::WeakObjectProfileTy
[all …]