Searched refs:IgnoreRetainMsg (Results 1 – 1 of 1) sorted by relevance
3083 bool IgnoreRetainMsg = C.isObjCGCEnabled(); in updateSymbol() local3084 if (!IgnoreRetainMsg) in updateSymbol()3085 IgnoreRetainMsg = (bool)C.getASTContext().getLangOpts().ObjCAutoRefCount; in updateSymbol()3091 E = IgnoreRetainMsg ? DoNothing : IncRef; in updateSymbol()3094 E = IgnoreRetainMsg ? DoNothing : DecRef; in updateSymbol()3097 E = IgnoreRetainMsg ? StopTracking : DecRefAndStopTrackingHard; in updateSymbol()