Searched refs:MappedParams (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.h408 std::unique_ptr<CodeGenFunction::OMPMapVars> MappedParams; member in struct:clang::CodeGen::CGOpenMPRuntimeGPU::FunctionData
H A DCGOpenMPRuntimeGPU.cpp1010 I->getSecond().MappedParams =
1081 I->getSecond().MappedParams->setVarAddr(CGF, VD, VarAddr.getAddress(CGF));
1115 I->getSecond().MappedParams->setVarAddr(CGF, cast<VarDecl>(VD),
1118 I->getSecond().MappedParams->apply(CGF);
1139 I->getSecond().MappedParams->restore(CGF);
3298 I->getSecond().MappedParams =

Completed in 215 milliseconds