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

References

tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.cpp
  506         isSynthesizedAccessor(LCtx->getStackFrame())) {
  507       S = LCtx->getStackFrame()->getCallSite();
  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) {