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