Lines Matching refs:CurDeclaration
19399 ValueDecl *CurDeclaration = nullptr; in checkMappableExpressionList() local
19434 CurDeclaration = CurComponents.back().getAssociatedDeclaration(); in checkMappableExpressionList()
19435 assert(CurDeclaration && "Null decl on map clause."); in checkMappableExpressionList()
19437 CurDeclaration->isCanonicalDecl() && in checkMappableExpressionList()
19440 auto *VD = dyn_cast<VarDecl>(CurDeclaration); in checkMappableExpressionList()
19441 const auto *FD = dyn_cast<FieldDecl>(CurDeclaration); in checkMappableExpressionList()
19466 if (checkMapConflicts(SemaRef, DSAS, CurDeclaration, SimpleExpr, in checkMappableExpressionList()
19471 checkMapConflicts(SemaRef, DSAS, CurDeclaration, SimpleExpr, in checkMappableExpressionList()
19575 reportOriginalDsa(SemaRef, DSAS, CurDeclaration, DVar); in checkMappableExpressionList()
19594 DSAS->addMappableExpressionComponents(CurDeclaration, CurComponents, in checkMappableExpressionList()
19604 : CurDeclaration); in checkMappableExpressionList()