Lines Matching defs:PrevDeclInScope
3672 auto *PrevDeclInScope = D->getPrevDeclInScope();
3673 if (PrevDeclInScope && !PrevDeclInScope->isInvalidDecl()) {
3674 PrevDeclInScope = cast<OMPDeclareReductionDecl>(
3675 SemaRef.CurrentInstantiationScope->findInstantiationOf(PrevDeclInScope)
3680 PrevDeclInScope);
3759 auto *PrevDeclInScope = D->getPrevDeclInScope();
3760 if (PrevDeclInScope && !PrevDeclInScope->isInvalidDecl()) {
3761 PrevDeclInScope = cast<OMPDeclareMapperDecl>(
3762 SemaRef.CurrentInstantiationScope->findInstantiationOf(PrevDeclInScope)
3816 VN, D->getAccess(), MapperVarRef.get(), Clauses, PrevDeclInScope);