Lines Matching refs:FunctionScopeInfo
25 void FunctionScopeInfo::Clear() { in Clear()
71 FunctionScopeInfo::WeakObjectProfileTy::BaseInfoTy
72 FunctionScopeInfo::WeakObjectProfileTy::getBaseInfo(const Expr *E) { in getBaseInfo()
119 FunctionScopeInfo::WeakObjectProfileTy::WeakObjectProfileTy( in WeakObjectProfileTy()
134 FunctionScopeInfo::WeakObjectProfileTy::WeakObjectProfileTy(const Expr *BaseE, in WeakObjectProfileTy()
142 FunctionScopeInfo::WeakObjectProfileTy::WeakObjectProfileTy( in WeakObjectProfileTy()
148 FunctionScopeInfo::WeakObjectProfileTy::WeakObjectProfileTy( in WeakObjectProfileTy()
153 void FunctionScopeInfo::recordUseOfWeak(const ObjCMessageExpr *Msg, in recordUseOfWeak()
161 void FunctionScopeInfo::markSafeWeakUse(const Expr *E) { in markSafeWeakUse()
183 FunctionScopeInfo::WeakObjectUseMap::iterator Uses = WeakObjectUses.end(); in markSafeWeakUse()
215 FunctionScopeInfo::WeakUseVector::reverse_iterator ThisUse = in markSafeWeakUse()
260 FunctionScopeInfo::~FunctionScopeInfo() { } in ~FunctionScopeInfo()