Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp4568 auto *InitVD = ImplicitParamDecl::Create(C, CD, Loc, /*Id=*/nullptr, ElemType, in createImplicitFirstprivateForType() local
4571 C, NestedNameSpecifierLoc(), SourceLocation(), InitVD, in createImplicitFirstprivateForType()
6442 const auto *InitVD = cast<VarDecl>(cast<DeclRefExpr>(*InitIt)->getDecl()); in EmitOMPUseDevicePtrClause() local
6465 InitAddrIt, InitVD, in EmitOMPUseDevicePtrClause()
6476 setAddrOfLocalVar(InitVD, InitAddr); in EmitOMPUseDevicePtrClause()
6484 LocalDeclMap.erase(InitVD); in EmitOMPUseDevicePtrClause()
H A DCodeGenModule.cpp5494 const VarDecl *InitVD; in GetAddrOfGlobalTemporary() local
5495 if (VD->isStaticDataMember() && VD->getAnyInitializer(InitVD) && in GetAddrOfGlobalTemporary()
5496 isa<CXXRecordDecl>(InitVD->getLexicalDeclContext())) { in GetAddrOfGlobalTemporary()