Searched refs:IgnoreRetainMsg (Results 1 – 1 of 1) sorted by relevance
3133 bool IgnoreRetainMsg = C.isObjCGCEnabled(); in updateSymbol() local3134 if (!IgnoreRetainMsg) in updateSymbol()3135 IgnoreRetainMsg = (bool)C.getASTContext().getLangOpts().ObjCAutoRefCount; in updateSymbol()3141 E = IgnoreRetainMsg ? DoNothing : IncRef; in updateSymbol()3144 E = IgnoreRetainMsg ? DoNothing : DecRef; in updateSymbol()3147 E = IgnoreRetainMsg ? StopTracking : DecRefAndStopTrackingHard; in updateSymbol()