Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCodeGenFunction.h600 for (auto VDPair : SavedPrivates) { in Privatize() local
601 CGF.LocalDeclMap[VDPair.first] = VDPair.second; in Privatize()