Searched refs:PrevDeclInScope (Results 1 – 6 of 6) sorted by relevance
94 QualType Ty, OMPDeclareReductionDecl *PrevDeclInScope) in OMPDeclareReductionDecl() argument96 PrevDeclInScope(PrevDeclInScope) { in OMPDeclareReductionDecl()104 QualType T, OMPDeclareReductionDecl *PrevDeclInScope) { in Create() argument106 T, PrevDeclInScope); in Create()118 PrevDeclInScope.get(getASTContext().getExternalSource())); in getPrevDeclInScope()123 PrevDeclInScope.get(getASTContext().getExternalSource())); in getPrevDeclInScope()
131 LazyDeclPtr PrevDeclInScope; variable137 OMPDeclareReductionDecl *PrevDeclInScope);140 PrevDeclInScope = Prev; in setPrevDeclInScope()147 QualType T, OMPDeclareReductionDecl *PrevDeclInScope);
2850 auto *PrevDeclInScope = D->getPrevDeclInScope(); in VisitOMPDeclareReductionDecl() local2851 if (PrevDeclInScope && !PrevDeclInScope->isInvalidDecl()) { in VisitOMPDeclareReductionDecl()2852 PrevDeclInScope = cast<OMPDeclareReductionDecl>( in VisitOMPDeclareReductionDecl()2853 SemaRef.CurrentInstantiationScope->findInstantiationOf(PrevDeclInScope) in VisitOMPDeclareReductionDecl()2858 PrevDeclInScope); in VisitOMPDeclareReductionDecl()
13169 AccessSpecifier AS, Decl *PrevDeclInScope) { in ActOnOpenMPDeclareReductionDirectiveStart() argument13214 } else if (PrevDeclInScope != nullptr) { in ActOnOpenMPDeclareReductionDirectiveStart()13216 cast<OMPDeclareReductionDecl>(PrevDeclInScope); in ActOnOpenMPDeclareReductionDirectiveStart()
2660 D->PrevDeclInScope = ReadDeclID(); in VisitOMPDeclareReductionDecl()
8793 AccessSpecifier AS, Decl *PrevDeclInScope = nullptr);