Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp558 const_cast<SymbolReaper *>(this)->includedRegionCache[VR]; in isLive()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h597 llvm::DenseMap<const MemRegion *, unsigned> includedRegionCache; variable