Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp19347 auto *PrevDRDInScope = PrevDRD = in ActOnOpenMPDeclareReductionDirectiveStart() local
19350 PreviousRedeclTypes[PrevDRDInScope->getType().getCanonicalType()] = in ActOnOpenMPDeclareReductionDirectiveStart()
19351 PrevDRDInScope->getLocation(); in ActOnOpenMPDeclareReductionDirectiveStart()
19352 PrevDRDInScope = PrevDRDInScope->getPrevDeclInScope(); in ActOnOpenMPDeclareReductionDirectiveStart()
19353 } while (PrevDRDInScope != nullptr); in ActOnOpenMPDeclareReductionDirectiveStart()