Searched refs:copyIt (Results 1 – 1 of 1) sorted by relevance
541 auto copyIt = LocalDeclMap.find(VD); in addCopy() local542 assert(copyIt != LocalDeclMap.end() && "parameter copy is not found"); in addCopy()543 it->second = copyIt->getSecond(); in addCopy()