Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGOpenMPRuntime.cpp1814 PrivateHelpersTy(const VarDecl *Original, const VarDecl *PrivateCopy, in PrivateHelpersTy()
1816 : Original(Original), PrivateCopy(PrivateCopy), in PrivateHelpersTy()
1819 const VarDecl *PrivateCopy; member
2231 auto *VD = Pair.second.PrivateCopy; in emitTaskCall()