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.cpp566 bool hasRegion = in isLive() local
568 cachedQuery = hasRegion ? 1 : 2; in isLive()
569 return hasRegion; in isLive()