Searched defs:IgnoreRetainMsg (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp3023 bool IgnoreRetainMsg = C.isObjCGCEnabled(); local
3024 if (!IgnoreRetainMsg)
3025 IgnoreRetainMsg = (bool)C.getASTContext().getLangOpts().ObjCAutoRefCount;
3031 E = IgnoreRetainMsg ? DoNothing : IncRef;
3034 E = IgnoreRetainMsg ? DoNothing : DecRef;
3037 E = IgnoreRetainMsg ? StopTracking : DecRefAndStopTrackingHard;

Completed in 156 milliseconds