Lines Matching refs:OMPLastprivateClause
46 return static_cast<const OMPLastprivateClause *>(C); in get()
108 return static_cast<const OMPLastprivateClause *>(C); in get()
223 void OMPLastprivateClause::setPrivateCopies(ArrayRef<Expr *> PrivateCopies) { in setPrivateCopies()
229 void OMPLastprivateClause::setSourceExprs(ArrayRef<Expr *> SrcExprs) { in setSourceExprs()
236 void OMPLastprivateClause::setDestinationExprs(ArrayRef<Expr *> DstExprs) { in setDestinationExprs()
243 void OMPLastprivateClause::setAssignmentOps(ArrayRef<Expr *> AssignmentOps) { in setAssignmentOps()
251 OMPLastprivateClause *OMPLastprivateClause::Create( in Create()
257 OMPLastprivateClause *Clause = in Create()
258 new (Mem) OMPLastprivateClause(StartLoc, LParenLoc, EndLoc, VL.size()); in Create()
268 OMPLastprivateClause *OMPLastprivateClause::CreateEmpty(const ASTContext &C, in CreateEmpty()
271 return new (Mem) OMPLastprivateClause(N); in CreateEmpty()