Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp2590 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()