Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCoroutine.cpp541 auto copyIt = LocalDeclMap.find(VD); in addCopy() local
542 assert(copyIt != LocalDeclMap.end() && "parameter copy is not found"); in addCopy()
543 it->second = copyIt->getSecond(); in addCopy()