Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp538 unsigned &cachedQuery = in isLive() local
541 if (cachedQuery) { in isLive()
542 return cachedQuery == 1; in isLive()
549 cachedQuery = hasRegion ? 1 : 2; in isLive()