Searched refs:NewDRD (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaTemplateInstantiateDecl.cpp | 2590 auto *NewDRD = cast<OMPDeclareReductionDecl>(DRD.get().getSingleDecl()); in VisitOMPDeclareReductionDecl() local 2591 if (isDeclWithinFunction(NewDRD)) in VisitOMPDeclareReductionDecl() 2592 SemaRef.CurrentInstantiationScope->InstantiatedLocal(D, NewDRD); in VisitOMPDeclareReductionDecl() 2598 /*S=*/nullptr, NewDRD); in VisitOMPDeclareReductionDecl() 2603 auto Lookup = NewDRD->lookup(DN); in VisitOMPDeclareReductionDecl() 2611 SemaRef.ActOnOpenMPDeclareReductionCombinerEnd(NewDRD, SubstCombiner); in VisitOMPDeclareReductionDecl() 2615 /*S=*/nullptr, NewDRD); in VisitOMPDeclareReductionDecl() 2620 auto Lookup = NewDRD->lookup(DN); in VisitOMPDeclareReductionDecl() 2629 SemaRef.ActOnOpenMPDeclareReductionInitializerEnd(NewDRD, in VisitOMPDeclareReductionDecl() 2640 return NewDRD; in VisitOMPDeclareReductionDecl()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaTemplateInstantiateDecl.cpp | 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() [all …]
|