Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp564 bool hasRegion = in isLive() local
566 cachedQuery = hasRegion ? 1 : 2; in isLive()
567 return hasRegion; in isLive()