Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp22091 auto *PrevDMDInScope = PrevDMD = in ActOnOpenMPDeclareMapperDirective() local
22094 PreviousRedeclTypes[PrevDMDInScope->getType().getCanonicalType()] = in ActOnOpenMPDeclareMapperDirective()
22095 PrevDMDInScope->getLocation(); in ActOnOpenMPDeclareMapperDirective()
22096 PrevDMDInScope = PrevDMDInScope->getPrevDeclInScope(); in ActOnOpenMPDeclareMapperDirective()
22097 } while (PrevDMDInScope != nullptr); in ActOnOpenMPDeclareMapperDirective()