Home
last modified time | relevance | path

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

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