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

References

tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.cpp
  227       os << "Call to method '" << MD->getQualifiedNameAsString() << '\'';
  229       os << "Call to function '" << FD->getQualifiedNameAsString() << '\'';
  231       os << "function call";
  234     os << "Operator 'new'";
  242       os << "Method";
  245       os << "Property";
  248       os << "Subscript";
  258     os << " returns ";
  260     os << " writes ";
  264     os << "a Core Foundation object of type '"
  267     os << "an OSObject of type '" << findAllocatedObjectName(S, Sym->getType())
  270     os << "an object of type '" << Sym->getType().getAsString()
  276       os << "an Objective-C object with a ";
  279       os << "an instance of " << PT->getPointeeType().getAsString()
  285     os << "+1 retain count";
  288     os << "+0 retain count";
  292     os << " into an out parameter '";
  294     PVD->getNameForDiagnostic(os, PVD->getASTContext().getPrintingPolicy(),
  296     os << "'";
  302         os << " (assuming the call returns zero)";
  304         os << " (assuming the call returns non-zero)";