Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp555 unsigned &cachedQuery = in isLive() local
558 if (cachedQuery) { in isLive()
559 return cachedQuery == 1; in isLive()
566 cachedQuery = hasRegion ? 1 : 2; in isLive()