Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp235 DenseMap<const MemRegion *, std::string> StringifyCache; in printJson() local
236 auto ToString = [&StringifyCache](const MemRegion *R) { in printJson()
237 auto [Place, Inserted] = StringifyCache.try_emplace(R); in printJson()