Searched refs:DeclToLoc2 (Results 1 – 1 of 1) sorted by relevance
52 const llvm::DenseMap<const ValueDecl *, StorageLocation *> &DeclToLoc2) { in intersectDeclToLoc() argument55 auto It = DeclToLoc2.find(Entry.first); in intersectDeclToLoc()56 if (It != DeclToLoc2.end() && Entry.second == It->second) in intersectDeclToLoc()