Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp22382 auto *PrevDMDInScope = PrevDMD = in ActOnOpenMPDeclareMapperDirective() local
22385 PreviousRedeclTypes[PrevDMDInScope->getType().getCanonicalType()] = in ActOnOpenMPDeclareMapperDirective()
22386 PrevDMDInScope->getLocation(); in ActOnOpenMPDeclareMapperDirective()
22387 PrevDMDInScope = PrevDMDInScope->getPrevDeclInScope(); in ActOnOpenMPDeclareMapperDirective()
22388 } while (PrevDMDInScope != nullptr); in ActOnOpenMPDeclareMapperDirective()