Searched refs:getPrevDeclInScope (Results 1 – 5 of 5) sorted by relevance
128 OMPDeclareReductionDecl *OMPDeclareReductionDecl::getPrevDeclInScope() { in getPrevDeclInScope() function in OMPDeclareReductionDecl133 OMPDeclareReductionDecl::getPrevDeclInScope() const { in getPrevDeclInScope() function in OMPDeclareReductionDecl160 OMPDeclareMapperDecl *OMPDeclareMapperDecl::getPrevDeclInScope() { in getPrevDeclInScope() function in OMPDeclareMapperDecl165 const OMPDeclareMapperDecl *OMPDeclareMapperDecl::getPrevDeclInScope() const { in getPrevDeclInScope() function in OMPDeclareMapperDecl
264 OMPDeclareReductionDecl *getPrevDeclInScope();265 const OMPDeclareReductionDecl *getPrevDeclInScope() const;363 OMPDeclareMapperDecl *getPrevDeclInScope();364 const OMPDeclareMapperDecl *getPrevDeclInScope() const;
2133 Record.AddDeclRef(D->getPrevDeclInScope()); in VisitOMPDeclareReductionDecl()2141 Record.AddDeclRef(D->getPrevDeclInScope()); in VisitOMPDeclareMapperDecl()
3672 auto *PrevDeclInScope = D->getPrevDeclInScope(); in VisitOMPDeclareReductionDecl()3759 auto *PrevDeclInScope = D->getPrevDeclInScope(); in VisitOMPDeclareMapperDecl()
21353 if (OMPDeclareReductionDecl *D = PrevDecl->getPrevDeclInScope()) in ActOnOpenMPDeclareReductionDirectiveStart()21374 PrevDRDInScope = PrevDRDInScope->getPrevDeclInScope(); in ActOnOpenMPDeclareReductionDirectiveStart()21609 if (OMPDeclareMapperDecl *D = PrevDecl->getPrevDeclInScope()) in ActOnOpenMPDeclareMapperDirective()21630 PrevDMDInScope = PrevDMDInScope->getPrevDeclInScope(); in ActOnOpenMPDeclareMapperDirective()