Lines Matching refs:CurDeclaration
12944 ValueDecl *CurDeclaration = nullptr; in checkMappableExpressionList() local
12971 CurDeclaration = CurComponents.back().getAssociatedDeclaration(); in checkMappableExpressionList()
12972 assert(CurDeclaration && "Null decl on map clause."); in checkMappableExpressionList()
12974 CurDeclaration->isCanonicalDecl() && in checkMappableExpressionList()
12977 auto *VD = dyn_cast<VarDecl>(CurDeclaration); in checkMappableExpressionList()
12978 const auto *FD = dyn_cast<FieldDecl>(CurDeclaration); in checkMappableExpressionList()
13003 if (checkMapConflicts(SemaRef, DSAS, CurDeclaration, SimpleExpr, in checkMappableExpressionList()
13007 checkMapConflicts(SemaRef, DSAS, CurDeclaration, SimpleExpr, in checkMappableExpressionList()
13071 reportOriginalDsa(SemaRef, DSAS, CurDeclaration, DVar); in checkMappableExpressionList()
13082 DSAS->addMappableExpressionComponents(CurDeclaration, CurComponents, in checkMappableExpressionList()
13092 : CurDeclaration); in checkMappableExpressionList()