Searched refs:setSourceExprs (Results 1 – 3 of 3) sorted by relevance
488 void OMPLastprivateClause::setSourceExprs(ArrayRef<Expr *> SrcExprs) { in setSourceExprs() function in OMPLastprivateClause520 Clause->setSourceExprs(SrcExprs); in Create()652 void OMPCopyinClause::setSourceExprs(ArrayRef<Expr *> SrcExprs) { in setSourceExprs() function in OMPCopyinClause682 Clause->setSourceExprs(SrcExprs); in Create()693 void OMPCopyprivateClause::setSourceExprs(ArrayRef<Expr *> SrcExprs) { in setSourceExprs() function in OMPCopyprivateClause723 Clause->setSourceExprs(SrcExprs); in Create()
2838 void setSourceExprs(ArrayRef<Expr *> SrcExprs);4321 void setSourceExprs(ArrayRef<Expr *> SrcExprs);4486 void setSourceExprs(ArrayRef<Expr *> SrcExprs);
10563 C->setSourceExprs(Vars); in VisitOMPLastprivateClause()10761 C->setSourceExprs(Exprs); in VisitOMPCopyinClause()10783 C->setSourceExprs(Exprs); in VisitOMPCopyprivateClause()