Lines Matching refs:CurDeclaration
19016 ValueDecl *CurDeclaration = nullptr; in checkMappableExpressionList() local
19051 CurDeclaration = CurComponents.back().getAssociatedDeclaration(); in checkMappableExpressionList()
19052 assert(CurDeclaration && "Null decl on map clause."); in checkMappableExpressionList()
19054 CurDeclaration->isCanonicalDecl() && in checkMappableExpressionList()
19057 auto *VD = dyn_cast<VarDecl>(CurDeclaration); in checkMappableExpressionList()
19058 const auto *FD = dyn_cast<FieldDecl>(CurDeclaration); in checkMappableExpressionList()
19083 if (checkMapConflicts(SemaRef, DSAS, CurDeclaration, SimpleExpr, in checkMappableExpressionList()
19088 checkMapConflicts(SemaRef, DSAS, CurDeclaration, SimpleExpr, in checkMappableExpressionList()
19192 reportOriginalDsa(SemaRef, DSAS, CurDeclaration, DVar); in checkMappableExpressionList()
19211 DSAS->addMappableExpressionComponents(CurDeclaration, CurComponents, in checkMappableExpressionList()
19221 : CurDeclaration); in checkMappableExpressionList()