Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3681 auto *NewDRD = cast<OMPDeclareReductionDecl>(DRD.get().getSingleDecl()); in VisitOMPDeclareReductionDecl() local
3682 SemaRef.CurrentInstantiationScope->InstantiatedLocal(D, NewDRD); in VisitOMPDeclareReductionDecl()
3688 /*S=*/nullptr, NewDRD); in VisitOMPDeclareReductionDecl()
3691 cast<DeclRefExpr>(NewDRD->getCombinerIn())->getDecl()); in VisitOMPDeclareReductionDecl()
3694 cast<DeclRefExpr>(NewDRD->getCombinerOut())->getDecl()); in VisitOMPDeclareReductionDecl()
3699 SemaRef.OpenMP().ActOnOpenMPDeclareReductionCombinerEnd(NewDRD, in VisitOMPDeclareReductionDecl()
3706 /*S=*/nullptr, NewDRD); in VisitOMPDeclareReductionDecl()
3709 cast<DeclRefExpr>(NewDRD->getInitOrig())->getDecl()); in VisitOMPDeclareReductionDecl()
3712 cast<DeclRefExpr>(NewDRD->getInitPriv())->getDecl()); in VisitOMPDeclareReductionDecl()
3724 NewDRD, SubstInitializer, OmpPrivParm); in VisitOMPDeclareReductionDecl()
[all …]