Lines Matching refs:FunctionScopeInfo
25 void FunctionScopeInfo::Clear() { in Clear()
69 FunctionScopeInfo::WeakObjectProfileTy::BaseInfoTy
70 FunctionScopeInfo::WeakObjectProfileTy::getBaseInfo(const Expr *E) { in getBaseInfo()
117 FunctionScopeInfo::WeakObjectProfileTy::WeakObjectProfileTy( in WeakObjectProfileTy()
132 FunctionScopeInfo::WeakObjectProfileTy::WeakObjectProfileTy(const Expr *BaseE, in WeakObjectProfileTy()
140 FunctionScopeInfo::WeakObjectProfileTy::WeakObjectProfileTy( in WeakObjectProfileTy()
146 FunctionScopeInfo::WeakObjectProfileTy::WeakObjectProfileTy( in WeakObjectProfileTy()
151 void FunctionScopeInfo::recordUseOfWeak(const ObjCMessageExpr *Msg, in recordUseOfWeak()
159 void FunctionScopeInfo::markSafeWeakUse(const Expr *E) { in markSafeWeakUse()
181 FunctionScopeInfo::WeakObjectUseMap::iterator Uses = WeakObjectUses.end(); in markSafeWeakUse()
213 FunctionScopeInfo::WeakUseVector::reverse_iterator ThisUse = in markSafeWeakUse()
250 FunctionScopeInfo::~FunctionScopeInfo() { } in ~FunctionScopeInfo()