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

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

Completed in 106 milliseconds