Searched refs:NewDRD (Results 1 – 1 of 1) sorted by relevance
4226 auto *NewDRD = cast<OMPDeclareReductionDecl>(DRD.get().getSingleDecl()); in VisitOMPDeclareReductionDecl() local4227 SemaRef.CurrentInstantiationScope->InstantiatedLocal(D, NewDRD); in VisitOMPDeclareReductionDecl()4233 /*S=*/nullptr, NewDRD); in VisitOMPDeclareReductionDecl()4236 cast<DeclRefExpr>(NewDRD->getCombinerIn())->getDecl()); in VisitOMPDeclareReductionDecl()4239 cast<DeclRefExpr>(NewDRD->getCombinerOut())->getDecl()); in VisitOMPDeclareReductionDecl()4244 SemaRef.OpenMP().ActOnOpenMPDeclareReductionCombinerEnd(NewDRD, in VisitOMPDeclareReductionDecl()4251 /*S=*/nullptr, NewDRD); in VisitOMPDeclareReductionDecl()4254 cast<DeclRefExpr>(NewDRD->getInitOrig())->getDecl()); in VisitOMPDeclareReductionDecl()4257 cast<DeclRefExpr>(NewDRD->getInitPriv())->getDecl()); in VisitOMPDeclareReductionDecl()4269 NewDRD, SubstInitializer, OmpPrivParm); in VisitOMPDeclareReductionDecl()[all …]