reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
746 os << "Object leaked: "; 750 os << "object allocated and stored into '" << *RegionDescription << '\''; 752 os << "allocated object of type '" << getPrettyTypeName(Sym->getType()) 766 os << (isa<ObjCMethodDecl>(D) ? " is returned from a method " 770 os << "that is annotated as CF_RETURNS_NOT_RETAINED"; 772 os << "that is annotated as NS_RETURNS_NOT_RETAINED"; 774 os << "that is annotated as OS_RETURNS_NOT_RETAINED"; 778 os << "managed by Automatic Reference Counting"; 780 os << "whose name ('" << MD->getSelector().getAsString() 790 os << "whose name ('" << *FD 798 os << "whose name ('" << FuncName 804 os << " is not referenced later in this execution path and has a retain " 808 return std::make_shared<PathDiagnosticEventPiece>(L, os.str());