Searched refs:setSourceExprs (Results 1 – 3 of 3) sorted by relevance
491 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 OMPCopyinClause687 Clause->setSourceExprs(SrcExprs); in Create()698 void OMPCopyprivateClause::setSourceExprs(ArrayRef<Expr *> SrcExprs) { in setSourceExprs() function in OMPCopyprivateClause728 Clause->setSourceExprs(SrcExprs); in Create()
2921 void setSourceExprs(ArrayRef<Expr *> SrcExprs);4417 void setSourceExprs(ArrayRef<Expr *> SrcExprs);4582 void setSourceExprs(ArrayRef<Expr *> SrcExprs);
10867 C->setSourceExprs(Vars); in VisitOMPLastprivateClause()11065 C->setSourceExprs(Exprs); in VisitOMPCopyinClause()11087 C->setSourceExprs(Exprs); in VisitOMPCopyprivateClause()