Searched refs:getPrevDeclInScope (Results 1 – 5 of 5) sorted by relevance
116 OMPDeclareReductionDecl *OMPDeclareReductionDecl::getPrevDeclInScope() { in getPrevDeclInScope() function in OMPDeclareReductionDecl121 OMPDeclareReductionDecl::getPrevDeclInScope() const { in getPrevDeclInScope() function in OMPDeclareReductionDecl
196 OMPDeclareReductionDecl *getPrevDeclInScope();197 const OMPDeclareReductionDecl *getPrevDeclInScope() const;
1765 Record.AddDeclRef(D->getPrevDeclInScope()); in VisitOMPDeclareReductionDecl()
2850 auto *PrevDeclInScope = D->getPrevDeclInScope(); in VisitOMPDeclareReductionDecl()
13199 if (OMPDeclareReductionDecl *D = PrevDecl->getPrevDeclInScope()) in ActOnOpenMPDeclareReductionDirectiveStart()13220 PrevDRDInScope = PrevDRDInScope->getPrevDeclInScope(); in ActOnOpenMPDeclareReductionDirectiveStart()