Searched refs:getPrevDeclInScope (Results 1 – 5 of 5) sorted by relevance
126 OMPDeclareReductionDecl *OMPDeclareReductionDecl::getPrevDeclInScope() { in getPrevDeclInScope() function in OMPDeclareReductionDecl131 OMPDeclareReductionDecl::getPrevDeclInScope() const { in getPrevDeclInScope() function in OMPDeclareReductionDecl158 OMPDeclareMapperDecl *OMPDeclareMapperDecl::getPrevDeclInScope() { in getPrevDeclInScope() function in OMPDeclareMapperDecl163 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;
2050 Record.AddDeclRef(D->getPrevDeclInScope()); in VisitOMPDeclareReductionDecl()2058 Record.AddDeclRef(D->getPrevDeclInScope()); in VisitOMPDeclareMapperDecl()
3622 auto *PrevDeclInScope = D->getPrevDeclInScope(); in VisitOMPDeclareReductionDecl()3707 auto *PrevDeclInScope = D->getPrevDeclInScope(); in VisitOMPDeclareMapperDecl()
22529 if (OMPDeclareReductionDecl *D = PrevDecl->getPrevDeclInScope()) in ActOnOpenMPDeclareReductionDirectiveStart()22550 PrevDRDInScope = PrevDRDInScope->getPrevDeclInScope(); in ActOnOpenMPDeclareReductionDirectiveStart()22781 if (OMPDeclareMapperDecl *D = PrevDecl->getPrevDeclInScope()) in ActOnOpenMPDeclareMapperDirective()22802 PrevDMDInScope = PrevDMDInScope->getPrevDeclInScope(); in ActOnOpenMPDeclareMapperDirective()