Searched refs:NewDRD (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3250 auto *NewDRD = cast<OMPDeclareReductionDecl>(DRD.get().getSingleDecl()); local
3251 SemaRef.CurrentInstantiationScope->InstantiatedLocal(D, NewDRD);
3257 /*S=*/nullptr, NewDRD);
3260 cast<DeclRefExpr>(NewDRD->getCombinerIn())->getDecl());
3263 cast<DeclRefExpr>(NewDRD->getCombinerOut())->getDecl());
3268 SemaRef.ActOnOpenMPDeclareReductionCombinerEnd(NewDRD, SubstCombiner);
3273 /*S=*/nullptr, NewDRD);
3276 cast<DeclRefExpr>(NewDRD->getInitOrig())->getDecl());
3279 cast<DeclRefExpr>(NewDRD->getInitPriv())->getDecl());
3290 SemaRef.ActOnOpenMPDeclareReductionInitializerEnd(NewDRD, SubstInitialize
[all...]

Completed in 61 milliseconds