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.cpp777 std::optional<std::string> RegionDescription = describeRegion(LastBinding); in getEndPath() local
778 if (RegionDescription) { in getEndPath()
779 os << "object allocated and stored into '" << *RegionDescription << '\''; in getEndPath()
920 std::optional<std::string> RegionDescription = in createDescription() local
922 if (RegionDescription) { in createDescription()
923 os << " stored into '" << *RegionDescription << '\''; in createDescription()