Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp3083 bool IgnoreRetainMsg = C.isObjCGCEnabled(); in updateSymbol() local
3084 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()