Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp547 bool hasRegion = in isLive() local
549 cachedQuery = hasRegion ? 1 : 2; in isLive()
550 return hasRegion; in isLive()