Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp13215 auto *PrevDRDInScope = PrevDRD = in ActOnOpenMPDeclareReductionDirectiveStart() local
13218 PreviousRedeclTypes[PrevDRDInScope->getType().getCanonicalType()] = in ActOnOpenMPDeclareReductionDirectiveStart()
13219 PrevDRDInScope->getLocation(); in ActOnOpenMPDeclareReductionDirectiveStart()
13220 PrevDRDInScope = PrevDRDInScope->getPrevDeclInScope(); in ActOnOpenMPDeclareReductionDirectiveStart()
13221 } while (PrevDRDInScope != nullptr); in ActOnOpenMPDeclareReductionDirectiveStart()