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

References

tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.cpp
  908     : RefCountReport(D, LOpts, n, sym, /*isLeak=*/true) {
  910   deriveAllocLocation(Ctx, sym);
  912     deriveParamLocation(Ctx, sym);
  916   addVisitor(std::make_unique<RefLeakReportVisitor>(sym));