Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp52 const llvm::DenseMap<const ValueDecl *, StorageLocation *> &DeclToLoc2) { in intersectDeclToLoc() argument
55 auto It = DeclToLoc2.find(Entry.first); in intersectDeclToLoc()
56 if (It != DeclToLoc2.end() && Entry.second == It->second) in intersectDeclToLoc()