Searched refs:setSourceExprs (Results 1 – 3 of 3) sorted by relevance
229 void OMPLastprivateClause::setSourceExprs(ArrayRef<Expr *> SrcExprs) { in setSourceExprs() function in OMPLastprivateClause260 Clause->setSourceExprs(SrcExprs); in Create()368 void OMPCopyinClause::setSourceExprs(ArrayRef<Expr *> SrcExprs) { in setSourceExprs() function in OMPCopyinClause398 Clause->setSourceExprs(SrcExprs); in Create()409 void OMPCopyprivateClause::setSourceExprs(ArrayRef<Expr *> SrcExprs) { in setSourceExprs() function in OMPCopyprivateClause439 Clause->setSourceExprs(SrcExprs); in Create()
1467 void setSourceExprs(ArrayRef<Expr *> SrcExprs);2241 void setSourceExprs(ArrayRef<Expr *> SrcExprs);2391 void setSourceExprs(ArrayRef<Expr *> SrcExprs);
2089 C->setSourceExprs(Vars); in VisitOMPLastprivateClause()2200 C->setSourceExprs(Exprs); in VisitOMPCopyinClause()2222 C->setSourceExprs(Exprs); in VisitOMPCopyprivateClause()