reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
495 os << "Object is now not exclusively owned"; 497 return std::make_shared<PathDiagnosticEventPiece>(Pos, os.str()); 511 os << "NSArray literal is an object with a +0 retain count"; 513 os << "NSDictionary literal is an object with a +0 retain count"; 516 os << "NSNumber literal is an object with a +0 retain count"; 525 os << *BoxClass << " b"; 527 os << "B"; 530 os << "oxed expression produces an object with a +0 retain count"; 533 os << "Object loaded from instance variable"; 535 generateDiagnosticsForCallLike(CurrSt, LCtx, CurrV, Sym, S, os); 539 return std::make_shared<PathDiagnosticEventPiece>(Pos, os.str()); 549 os << "Assuming dynamic cast returns null due to type mismatch"; 583 if (!shouldGenerateNote(os, PrevT, CurrV, DeallocSent)) 586 if (os.str().empty()) 592 auto P = std::make_shared<PathDiagnosticEventPiece>(Pos, os.str());