Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DScopeInfo.cpp69 FunctionScopeInfo::WeakObjectProfileTy::BaseInfoTy
70 FunctionScopeInfo::WeakObjectProfileTy::getBaseInfo(const Expr *E) { in getBaseInfo()
117 FunctionScopeInfo::WeakObjectProfileTy::WeakObjectProfileTy( in WeakObjectProfileTy() function in FunctionScopeInfo::WeakObjectProfileTy
132 FunctionScopeInfo::WeakObjectProfileTy::WeakObjectProfileTy(const Expr *BaseE, in WeakObjectProfileTy() function in FunctionScopeInfo::WeakObjectProfileTy
140 FunctionScopeInfo::WeakObjectProfileTy::WeakObjectProfileTy( in WeakObjectProfileTy() function in FunctionScopeInfo::WeakObjectProfileTy
146 FunctionScopeInfo::WeakObjectProfileTy::WeakObjectProfileTy( in WeakObjectProfileTy() function in FunctionScopeInfo::WeakObjectProfileTy
155 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 …]
H A DAnalysisBasedWarnings.cpp1353 typedef sema::FunctionScopeInfo::WeakObjectProfileTy WeakObjectProfileTy; in diagnoseRepeatedUseOfWeak() typedef
1394 const WeakObjectProfileTy &Profile = I->first; in diagnoseRepeatedUseOfWeak()
1447 const WeakObjectProfileTy &Key = P.second->first; in diagnoseRepeatedUseOfWeak()
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DScopeInfo.h262 class WeakObjectProfileTy {
281 inline WeakObjectProfileTy();
282 static inline WeakObjectProfileTy getSentinel();
285 WeakObjectProfileTy(const ObjCPropertyRefExpr *RE);
287 WeakObjectProfileTy(const DeclRefExpr *RE);
288 WeakObjectProfileTy(const ObjCIvarRefExpr *RE);
319 return WeakObjectProfileTy(); in getEmptyKey()
323 return WeakObjectProfileTy::getSentinel(); in getTombstoneKey()
1037 FunctionScopeInfo::WeakObjectProfileTy::WeakObjectProfileTy() in WeakObjectProfileTy() function
1040 FunctionScopeInfo::WeakObjectProfileTy
[all …]