Home
last modified time | relevance | path

Searched refs:PrevDRDInScope (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp22130 auto *PrevDRDInScope = PrevDRD = in ActOnOpenMPDeclareReductionDirectiveStart() local
22133 PreviousRedeclTypes[PrevDRDInScope->getType().getCanonicalType()] = in ActOnOpenMPDeclareReductionDirectiveStart()
22134 PrevDRDInScope->getLocation(); in ActOnOpenMPDeclareReductionDirectiveStart()
22135 PrevDRDInScope = PrevDRDInScope->getPrevDeclInScope(); in ActOnOpenMPDeclareReductionDirectiveStart()
22136 } while (PrevDRDInScope != nullptr); in ActOnOpenMPDeclareReductionDirectiveStart()