Lines Matching refs:OMPLastprivateClause
73 return static_cast<const OMPLastprivateClause *>(C); in get()
191 return static_cast<const OMPLastprivateClause *>(C); in get()
485 void OMPLastprivateClause::setPrivateCopies(ArrayRef<Expr *> PrivateCopies) { in setPrivateCopies()
491 void OMPLastprivateClause::setSourceExprs(ArrayRef<Expr *> SrcExprs) { in setSourceExprs()
498 void OMPLastprivateClause::setDestinationExprs(ArrayRef<Expr *> DstExprs) { in setDestinationExprs()
505 void OMPLastprivateClause::setAssignmentOps(ArrayRef<Expr *> AssignmentOps) { in setAssignmentOps()
513 OMPLastprivateClause *OMPLastprivateClause::Create( in Create()
520 OMPLastprivateClause *Clause = new (Mem) OMPLastprivateClause( in Create()
531 OMPLastprivateClause *OMPLastprivateClause::CreateEmpty(const ASTContext &C, in CreateEmpty()
534 return new (Mem) OMPLastprivateClause(N); in CreateEmpty()
2131 void OMPClausePrinter::VisitOMPLastprivateClause(OMPLastprivateClause *Node) { in VisitOMPLastprivateClause()