Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DEnvironment.cpp228 llvm::SmallPtrSet<const LocationContext *, 16> FoundContexts; in printJson() local
231 if (FoundContexts.count(LC) == 0) { in printJson()
235 FoundContexts.insert(LCI); in printJson()