Searched refs:PrevDRDInScope (Results 1 – 2 of 2) sorted by relevance
11139 auto *PrevDRDInScope = PrevDRD = in ActOnOpenMPDeclareReductionDirectiveStart() local11142 PreviousRedeclTypes[PrevDRDInScope->getType().getCanonicalType()] = in ActOnOpenMPDeclareReductionDirectiveStart()11143 PrevDRDInScope->getLocation(); in ActOnOpenMPDeclareReductionDirectiveStart()11144 PrevDRDInScope = PrevDRDInScope->getPrevDeclInScope(); in ActOnOpenMPDeclareReductionDirectiveStart()11145 } while (PrevDRDInScope != nullptr); in ActOnOpenMPDeclareReductionDirectiveStart()
17951 auto *PrevDRDInScope = PrevDRD = in ActOnOpenMPDeclareReductionDirectiveStart() local17954 PreviousRedeclTypes[PrevDRDInScope->getType().getCanonicalType()] = in ActOnOpenMPDeclareReductionDirectiveStart()17955 PrevDRDInScope->getLocation(); in ActOnOpenMPDeclareReductionDirectiveStart()17956 PrevDRDInScope = PrevDRDInScope->getPrevDeclInScope(); in ActOnOpenMPDeclareReductionDirectiveStart()17957 } while (PrevDRDInScope != nullptr); in ActOnOpenMPDeclareReductionDirectiveStart()