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.cpp4226 auto *NewDRD = cast<OMPDeclareReductionDecl>(DRD.get().getSingleDecl()); in VisitOMPDeclareReductionDecl() local
4227 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 …]