Lines Matching refs:OMPLastprivateClause
75 return static_cast<const OMPLastprivateClause *>(C); in get()
175 return static_cast<const OMPLastprivateClause *>(C); in get()
446 void OMPLastprivateClause::setPrivateCopies(ArrayRef<Expr *> PrivateCopies) { in setPrivateCopies()
452 void OMPLastprivateClause::setSourceExprs(ArrayRef<Expr *> SrcExprs) { in setSourceExprs()
459 void OMPLastprivateClause::setDestinationExprs(ArrayRef<Expr *> DstExprs) { in setDestinationExprs()
466 void OMPLastprivateClause::setAssignmentOps(ArrayRef<Expr *> AssignmentOps) { in setAssignmentOps()
474 OMPLastprivateClause *OMPLastprivateClause::Create( in Create()
481 OMPLastprivateClause *Clause = new (Mem) OMPLastprivateClause( in Create()
492 OMPLastprivateClause *OMPLastprivateClause::CreateEmpty(const ASTContext &C, in CreateEmpty()
495 return new (Mem) OMPLastprivateClause(N); in CreateEmpty()
1780 void OMPClausePrinter::VisitOMPLastprivateClause(OMPLastprivateClause *Node) { in VisitOMPLastprivateClause()