Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp21839 auto *PrevDRDInScope = PrevDRD = in ActOnOpenMPDeclareReductionDirectiveStart() local
21842 PreviousRedeclTypes[PrevDRDInScope->getType().getCanonicalType()] = in ActOnOpenMPDeclareReductionDirectiveStart()
21843 PrevDRDInScope->getLocation(); in ActOnOpenMPDeclareReductionDirectiveStart()
21844 PrevDRDInScope = PrevDRDInScope->getPrevDeclInScope(); in ActOnOpenMPDeclareReductionDirectiveStart()
21845 } while (PrevDRDInScope != nullptr); in ActOnOpenMPDeclareReductionDirectiveStart()