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

References

tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.cpp
  482   const RefVal* CurrT = getRefBinding(CurrSt, Sym);
  535       generateDiagnosticsForCallLike(CurrSt, LCtx, CurrV, Sym, S, os);
  566         if (CurrSt->getSValAsScalarOrLoc(*AI, LCtx).getAsLocSymbol() != Sym)
  574         if (CurrSt->getSValAsScalarOrLoc(receiver, LCtx)
  598       if (CurrSt->getSValAsScalarOrLoc(Exp, LCtx).getAsLocSymbol() == Sym) {