Home | History | Annotate | Download | only in Sema

Lines Matching refs:FunctionScopeInfo

10 // This file implements FunctionScopeInfo and its subclasses, which contain
26 void FunctionScopeInfo::Clear() {
58 FunctionScopeInfo::WeakObjectProfileTy::BaseInfoTy
59 FunctionScopeInfo::WeakObjectProfileTy::getBaseInfo(const Expr *E) {
121 FunctionScopeInfo::WeakObjectProfileTy::WeakObjectProfileTy(
136 FunctionScopeInfo::WeakObjectProfileTy::WeakObjectProfileTy(const Expr *BaseE,
144 FunctionScopeInfo::WeakObjectProfileTy::WeakObjectProfileTy(
150 FunctionScopeInfo::WeakObjectProfileTy::WeakObjectProfileTy(
155 void FunctionScopeInfo::recordUseOfWeak(const ObjCMessageExpr *Msg,
163 void FunctionScopeInfo::markSafeWeakUse(const Expr *E) {
185 FunctionScopeInfo::WeakObjectUseMap::iterator Uses;
217 FunctionScopeInfo::WeakUseVector::reverse_iterator ThisUse =
241 FunctionScopeInfo::~FunctionScopeInfo() { }