Searched refs:setSourceExprs (Results 1 – 3 of 3) sorted by relevance
492 void OMPLastprivateClause::setSourceExprs(ArrayRef<Expr *> SrcExprs) { in setSourceExprs() function in OMPLastprivateClause523 Clause->setSourceExprs(SrcExprs); in Create()657 void OMPCopyinClause::setSourceExprs(ArrayRef<Expr *> SrcExprs) { in setSourceExprs() function in OMPCopyinClause686 Clause->setSourceExprs(SrcExprs); in Create()697 void OMPCopyprivateClause::setSourceExprs(ArrayRef<Expr *> SrcExprs) { in setSourceExprs() function in OMPCopyprivateClause726 Clause->setSourceExprs(SrcExprs); in Create()
3458 void setSourceExprs(ArrayRef<Expr *> SrcExprs);5011 void setSourceExprs(ArrayRef<Expr *> SrcExprs);5176 void setSourceExprs(ArrayRef<Expr *> SrcExprs);
11780 C->setSourceExprs(Vars); in VisitOMPLastprivateClause()11984 C->setSourceExprs(Exprs); in VisitOMPCopyinClause()12006 C->setSourceExprs(Exprs); in VisitOMPCopyprivateClause()