Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp19599 auto *PrevDMDInScope = PrevDMD = in ActOnOpenMPDeclareMapperDirective() local
19602 PreviousRedeclTypes[PrevDMDInScope->getType().getCanonicalType()] = in ActOnOpenMPDeclareMapperDirective()
19603 PrevDMDInScope->getLocation(); in ActOnOpenMPDeclareMapperDirective()
19604 PrevDMDInScope = PrevDMDInScope->getPrevDeclInScope(); in ActOnOpenMPDeclareMapperDirective()
19605 } while (PrevDMDInScope != nullptr); in ActOnOpenMPDeclareMapperDirective()