Lines Matching defs:PrevDeclInScope
3783 auto *PrevDeclInScope = D->getPrevDeclInScope();
3784 if (PrevDeclInScope && !PrevDeclInScope->isInvalidDecl()) {
3785 PrevDeclInScope = cast<OMPDeclareReductionDecl>(
3787 PrevDeclInScope)));
3791 PrevDeclInScope);
3870 auto *PrevDeclInScope = D->getPrevDeclInScope();
3871 if (PrevDeclInScope && !PrevDeclInScope->isInvalidDecl()) {
3872 PrevDeclInScope = cast<OMPDeclareMapperDecl>(
3874 PrevDeclInScope)));
3927 VN, D->getAccess(), MapperVarRef.get(), Clauses, PrevDeclInScope);