HomeSort by: relevance | last modified time | path
    Searched refs:InitVD (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmtOpenMP.cpp 4568 auto *InitVD = ImplicitParamDecl::Create(C, CD, Loc, /*Id=*/nullptr, ElemType,
4571 C, NestedNameSpecifierLoc(), SourceLocation(), InitVD,
6442 const auto *InitVD = cast<VarDecl>(cast<DeclRefExpr>(*InitIt)->getDecl());
6465 InitAddrIt, InitVD,
6476 setAddrOfLocalVar(InitVD, InitAddr);
6484 LocalDeclMap.erase(InitVD);
CodeGenModule.cpp 5494 const VarDecl *InitVD;
5495 if (VD->isStaticDataMember() && VD->getAnyInitializer(InitVD) &&
5496 isa<CXXRecordDecl>(InitVD->getLexicalDeclContext())) {

Completed in 34 milliseconds