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

References

tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.cpp
 1377   RefBindingsTy B = state->get<RefBindings>();
 1387     state = handleAutoreleaseCounts(state, Pred, /*Tag=*/nullptr, Ctx,
 1387     state = handleAutoreleaseCounts(state, Pred, /*Tag=*/nullptr, Ctx,
 1389     if (!state)
 1400   B = state->get<RefBindings>();
 1404     state = handleSymbolDeath(state, I.first, I.second, Leaked);
 1404     state = handleSymbolDeath(state, I.first, I.second, Leaked);
 1406   processLeaks(state, Leaked, Ctx, Pred);