Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp366 llvm::SmallDenseMap<const LocalScope *, unsigned, 4> ScopesOfL; in shared_parent() local
368 ScopesOfL.try_emplace(L.Scope, L.VarIter); in shared_parent()
375 if (auto LIt = ScopesOfL.find(F.Scope); LIt != ScopesOfL.end()) { in shared_parent()