Home | History | Annotate | Download | only in AST

Lines Matching refs:setDestinationExprs

1262 void OMPLastprivateClause::setDestinationExprs(ArrayRef<Expr *> DstExprs) {
1288 Clause->setDestinationExprs(DstExprs);
1405 void OMPCopyinClause::setDestinationExprs(ArrayRef<Expr *> DstExprs) {
1431 Clause->setDestinationExprs(DstExprs);
1451 void OMPCopyprivateClause::setDestinationExprs(ArrayRef<Expr *> DstExprs) {
1477 Clause->setDestinationExprs(DstExprs);