Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp567 unsigned &cachedQuery = in isLive() local
570 if (cachedQuery) { in isLive()
571 return cachedQuery == 1; in isLive()
578 cachedQuery = hasRegion ? 1 : 2; in isLive()