Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp6481 const ValueDecl *MatchingVD = OrigVD; in EmitOMPUseDevicePtrClause() local
6482 if (const auto *OED = dyn_cast<OMPCapturedExprDecl>(MatchingVD)) { in EmitOMPUseDevicePtrClause()
6488 MatchingVD = ME->getMemberDecl(); in EmitOMPUseDevicePtrClause()
6493 auto InitAddrIt = CaptureDeviceAddrMap.find(MatchingVD); in EmitOMPUseDevicePtrClause()
6551 const ValueDecl *MatchingVD = OrigVD; in EmitOMPUseDeviceAddrClause() local
6552 if (const auto *OED = dyn_cast<OMPCapturedExprDecl>(MatchingVD)) { in EmitOMPUseDeviceAddrClause()
6558 MatchingVD = ME->getMemberDecl(); in EmitOMPUseDeviceAddrClause()
6563 auto InitAddrIt = CaptureDeviceAddrMap.find(MatchingVD); in EmitOMPUseDeviceAddrClause()
6571 MatchingVD->getType()->isArrayType()) in EmitOMPUseDeviceAddrClause()