Searched refs:setSourceExprs (Results 1 – 3 of 3) sorted by relevance
310 void OMPLastprivateClause::setSourceExprs(ArrayRef<Expr *> SrcExprs) { in setSourceExprs() function in OMPLastprivateClause341 Clause->setSourceExprs(SrcExprs); in Create()449 void OMPCopyinClause::setSourceExprs(ArrayRef<Expr *> SrcExprs) { in setSourceExprs() function in OMPCopyinClause479 Clause->setSourceExprs(SrcExprs); in Create()490 void OMPCopyprivateClause::setSourceExprs(ArrayRef<Expr *> SrcExprs) { in setSourceExprs() function in OMPCopyprivateClause520 Clause->setSourceExprs(SrcExprs); in Create()
1720 void setSourceExprs(ArrayRef<Expr *> SrcExprs);2973 void setSourceExprs(ArrayRef<Expr *> SrcExprs);3125 void setSourceExprs(ArrayRef<Expr *> SrcExprs);
12038 C->setSourceExprs(Vars); in VisitOMPLastprivateClause()12220 C->setSourceExprs(Exprs); in VisitOMPCopyinClause()12242 C->setSourceExprs(Exprs); in VisitOMPCopyprivateClause()