Home | History | Annotate | Download | only in Sema

Lines Matching defs:PrevDeclInScope

3304   auto *PrevDeclInScope = D->getPrevDeclInScope();
3305 if (PrevDeclInScope && !PrevDeclInScope->isInvalidDecl()) {
3306 PrevDeclInScope = cast<OMPDeclareReductionDecl>(
3307 SemaRef.CurrentInstantiationScope->findInstantiationOf(PrevDeclInScope)
3312 PrevDeclInScope);
3389 auto *PrevDeclInScope = D->getPrevDeclInScope();
3390 if (PrevDeclInScope && !PrevDeclInScope->isInvalidDecl()) {
3391 PrevDeclInScope = cast<OMPDeclareMapperDecl>(
3392 SemaRef.CurrentInstantiationScope->findInstantiationOf(PrevDeclInScope)
3444 VN, D->getAccess(), MapperVarRef.get(), Clauses, PrevDeclInScope);