Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp19982 auto *PrevDMDInScope = PrevDMD = in ActOnOpenMPDeclareMapperDirective() local
19985 PreviousRedeclTypes[PrevDMDInScope->getType().getCanonicalType()] = in ActOnOpenMPDeclareMapperDirective()
19986 PrevDMDInScope->getLocation(); in ActOnOpenMPDeclareMapperDirective()
19987 PrevDMDInScope = PrevDMDInScope->getPrevDeclInScope(); in ActOnOpenMPDeclareMapperDirective()
19988 } while (PrevDMDInScope != nullptr); in ActOnOpenMPDeclareMapperDirective()