Home
last modified time | relevance | path

Searched refs:IgnoreRetainMsg (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp3140 bool IgnoreRetainMsg = C.isObjCGCEnabled(); in updateSymbol() local
3141 if (!IgnoreRetainMsg) in updateSymbol()
3142 IgnoreRetainMsg = (bool)C.getASTContext().getLangOpts().ObjCAutoRefCount; in updateSymbol()
3148 E = IgnoreRetainMsg ? DoNothing : IncRef; in updateSymbol()
3151 E = IgnoreRetainMsg ? DoNothing : DecRef; in updateSymbol()
3154 E = IgnoreRetainMsg ? StopTracking : DecRefAndStopTrackingHard; in updateSymbol()