Lines Matching refs:CurDeclaration
21488 ValueDecl *CurDeclaration = nullptr; in checkMappableExpressionList() local
21523 CurDeclaration = CurComponents.back().getAssociatedDeclaration(); in checkMappableExpressionList()
21524 assert(CurDeclaration && "Null decl on map clause."); in checkMappableExpressionList()
21526 CurDeclaration->isCanonicalDecl() && in checkMappableExpressionList()
21529 auto *VD = dyn_cast<VarDecl>(CurDeclaration); in checkMappableExpressionList()
21530 const auto *FD = dyn_cast<FieldDecl>(CurDeclaration); in checkMappableExpressionList()
21557 if (checkMapConflicts(SemaRef, DSAS, CurDeclaration, SimpleExpr, in checkMappableExpressionList()
21562 checkMapConflicts(SemaRef, DSAS, CurDeclaration, SimpleExpr, in checkMappableExpressionList()
21681 reportOriginalDsa(SemaRef, DSAS, CurDeclaration, DVar); in checkMappableExpressionList()
21700 DSAS->addMappableExpressionComponents(CurDeclaration, CurComponents, in checkMappableExpressionList()
21710 : CurDeclaration); in checkMappableExpressionList()