Lines Matching refs:NewDRD
3312 auto *NewDRD = cast<OMPDeclareReductionDecl>(DRD.get().getSingleDecl()); in VisitOMPDeclareReductionDecl() local
3313 SemaRef.CurrentInstantiationScope->InstantiatedLocal(D, NewDRD); in VisitOMPDeclareReductionDecl()
3319 /*S=*/nullptr, NewDRD); in VisitOMPDeclareReductionDecl()
3322 cast<DeclRefExpr>(NewDRD->getCombinerIn())->getDecl()); in VisitOMPDeclareReductionDecl()
3325 cast<DeclRefExpr>(NewDRD->getCombinerOut())->getDecl()); in VisitOMPDeclareReductionDecl()
3330 SemaRef.ActOnOpenMPDeclareReductionCombinerEnd(NewDRD, SubstCombiner); in VisitOMPDeclareReductionDecl()
3335 /*S=*/nullptr, NewDRD); in VisitOMPDeclareReductionDecl()
3338 cast<DeclRefExpr>(NewDRD->getInitOrig())->getDecl()); in VisitOMPDeclareReductionDecl()
3341 cast<DeclRefExpr>(NewDRD->getInitPriv())->getDecl()); in VisitOMPDeclareReductionDecl()
3352 SemaRef.ActOnOpenMPDeclareReductionInitializerEnd(NewDRD, SubstInitializer, in VisitOMPDeclareReductionDecl()
3365 return NewDRD; in VisitOMPDeclareReductionDecl()