Searched defs:cachedQuery (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp531 unsigned &cachedQuery = local
534 if (cachedQuery) {
535 return cachedQuery == 1;
542 cachedQuery = hasRegion ? 1 : 2;

Completed in 190 milliseconds