Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp443 bool hasRegion = in isLive() local
445 cachedQuery = hasRegion ? 1 : 2; in isLive()
446 return hasRegion; in isLive()