Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp4973 auto *InitRef = DeclRefExpr::Create( in createImplicitFirstprivateForType() local
4978 InitRef, /*BasePath=*/nullptr, in createImplicitFirstprivateForType()
4982 Data.FirstprivateInits.emplace_back(InitRef); in createImplicitFirstprivateForType()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp19998 DeclRefExpr *InitRef = buildDeclRefExpr(*this, Init, Type, ELoc); in ActOnOpenMPLinearClause() local
20005 Inits.push_back(InitRef); in ActOnOpenMPLinearClause()