Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaOpenMP.cpp6064 auto *RHSVD = buildVarDecl(*this, ELoc, Type, VD->getName()); in ActOnOpenMPReductionClause() local
6171 AddInitializerToDecl(RHSVD, Init, /*DirectInit=*/false, in ActOnOpenMPReductionClause()
6174 ActOnUninitializedDecl(RHSVD, /*TypeMayContainAuto=*/false); in ActOnOpenMPReductionClause()
6176 if (!RHSVD->hasInit()) { in ActOnOpenMPReductionClause()
6187 auto *RHSDRE = buildDeclRefExpr(*this, RHSVD, Type, ELoc); in ActOnOpenMPReductionClause()