Home
last modified time | relevance | path

Searched refs:RegionDescription (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp776 std::optional<std::string> RegionDescription = describeRegion(LastBinding); in getEndPath() local
777 if (RegionDescription) { in getEndPath()
778 os << "object allocated and stored into '" << *RegionDescription << '\''; in getEndPath()
919 std::optional<std::string> RegionDescription = in createDescription() local
921 if (RegionDescription) { in createDescription()
922 os << " stored into '" << *RegionDescription << '\''; in createDescription()