Searched refs:PrevDeclInScope (Results 1 – 6 of 6) sorted by relevance
112 LazyDeclPtr PrevDeclInScope; variable118 OMPDeclareReductionDecl *PrevDeclInScope) in OMPDeclareReductionDecl() argument120 Initializer(nullptr), PrevDeclInScope(PrevDeclInScope) {} in OMPDeclareReductionDecl()123 PrevDeclInScope = Prev; in setPrevDeclInScope()130 QualType T, OMPDeclareReductionDecl *PrevDeclInScope);
64 QualType T, OMPDeclareReductionDecl *PrevDeclInScope) { in Create() argument66 T, PrevDeclInScope); in Create()78 PrevDeclInScope.get(getASTContext().getExternalSource())); in getPrevDeclInScope()83 PrevDeclInScope.get(getASTContext().getExternalSource())); in getPrevDeclInScope()
2581 auto *PrevDeclInScope = D->getPrevDeclInScope(); in VisitOMPDeclareReductionDecl() local2582 if (PrevDeclInScope && !PrevDeclInScope->isInvalidDecl()) { in VisitOMPDeclareReductionDecl()2583 PrevDeclInScope = cast<OMPDeclareReductionDecl>( in VisitOMPDeclareReductionDecl()2584 SemaRef.CurrentInstantiationScope->findInstantiationOf(PrevDeclInScope) in VisitOMPDeclareReductionDecl()2589 PrevDeclInScope); in VisitOMPDeclareReductionDecl()
11093 AccessSpecifier AS, Decl *PrevDeclInScope) { in ActOnOpenMPDeclareReductionDirectiveStart() argument11138 } else if (PrevDeclInScope != nullptr) { in ActOnOpenMPDeclareReductionDirectiveStart()11140 cast<OMPDeclareReductionDecl>(PrevDeclInScope); in ActOnOpenMPDeclareReductionDirectiveStart()
2449 D->PrevDeclInScope = Reader.ReadDeclID(F, Record, Idx); in VisitOMPDeclareReductionDecl()
8000 AccessSpecifier AS, Decl *PrevDeclInScope = nullptr);