reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.cpp
 1372   if (!Pred) {
 1376   ProgramStateRef state = Pred->getState();
 1380   const LocationContext *LCtx = Pred->getLocationContext();
 1387     state = handleAutoreleaseCounts(state, Pred, /*Tag=*/nullptr, Ctx,
 1406   processLeaks(state, Leaked, Ctx, Pred);