Lines Matching refs:CurDeclaration
17619 ValueDecl *CurDeclaration = nullptr; in checkMappableExpressionList() local
17654 CurDeclaration = CurComponents.back().getAssociatedDeclaration(); in checkMappableExpressionList()
17655 assert(CurDeclaration && "Null decl on map clause."); in checkMappableExpressionList()
17657 CurDeclaration->isCanonicalDecl() && in checkMappableExpressionList()
17660 auto *VD = dyn_cast<VarDecl>(CurDeclaration); in checkMappableExpressionList()
17661 const auto *FD = dyn_cast<FieldDecl>(CurDeclaration); in checkMappableExpressionList()
17686 if (checkMapConflicts(SemaRef, DSAS, CurDeclaration, SimpleExpr, in checkMappableExpressionList()
17691 checkMapConflicts(SemaRef, DSAS, CurDeclaration, SimpleExpr, in checkMappableExpressionList()
17796 reportOriginalDsa(SemaRef, DSAS, CurDeclaration, DVar); in checkMappableExpressionList()
17815 DSAS->addMappableExpressionComponents(CurDeclaration, CurComponents, in checkMappableExpressionList()
17825 : CurDeclaration); in checkMappableExpressionList()