Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp7168 const ValueDecl *MatchingVD = OrigVD; in EmitOMPUseDevicePtrClause() local
7169 if (const auto *OED = dyn_cast<OMPCapturedExprDecl>(MatchingVD)) { in EmitOMPUseDevicePtrClause()
7175 MatchingVD = ME->getMemberDecl(); in EmitOMPUseDevicePtrClause()
7180 auto InitAddrIt = CaptureDeviceAddrMap.find(MatchingVD); in EmitOMPUseDevicePtrClause()
7233 const ValueDecl *MatchingVD = OrigVD; in EmitOMPUseDeviceAddrClause() local
7234 if (const auto *OED = dyn_cast<OMPCapturedExprDecl>(MatchingVD)) { in EmitOMPUseDeviceAddrClause()
7240 MatchingVD = ME->getMemberDecl(); in EmitOMPUseDeviceAddrClause()
7245 auto InitAddrIt = CaptureDeviceAddrMap.find(MatchingVD); in EmitOMPUseDeviceAddrClause()
7253 MatchingVD->getType()->isArrayType()) { in EmitOMPUseDeviceAddrClause()