Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp22545 auto *PrevDRDInScope = PrevDRD = in ActOnOpenMPDeclareReductionDirectiveStart() local
22548 PreviousRedeclTypes[PrevDRDInScope->getType().getCanonicalType()] = in ActOnOpenMPDeclareReductionDirectiveStart()
22549 PrevDRDInScope->getLocation(); in ActOnOpenMPDeclareReductionDirectiveStart()
22550 PrevDRDInScope = PrevDRDInScope->getPrevDeclInScope(); in ActOnOpenMPDeclareReductionDirectiveStart()
22551 } while (PrevDRDInScope != nullptr); in ActOnOpenMPDeclareReductionDirectiveStart()