Searched refs:setSourceExprs (Results 1 – 3 of 3) sorted by relevance
103 void OMPLastprivateClause::setSourceExprs(ArrayRef<Expr *> SrcExprs) { in setSourceExprs() function in OMPLastprivateClause135 Clause->setSourceExprs(SrcExprs); in Create()252 void OMPCopyinClause::setSourceExprs(ArrayRef<Expr *> SrcExprs) { in setSourceExprs() function in OMPCopyinClause284 Clause->setSourceExprs(SrcExprs); in Create()297 void OMPCopyprivateClause::setSourceExprs(ArrayRef<Expr *> SrcExprs) { in setSourceExprs() function in OMPCopyprivateClause329 Clause->setSourceExprs(SrcExprs); in Create()
1356 void setSourceExprs(ArrayRef<Expr *> SrcExprs);2092 void setSourceExprs(ArrayRef<Expr *> SrcExprs);2238 void setSourceExprs(ArrayRef<Expr *> SrcExprs);
2013 C->setSourceExprs(Vars); in VisitOMPLastprivateClause()2122 C->setSourceExprs(Exprs); in VisitOMPCopyinClause()2144 C->setSourceExprs(Exprs); in VisitOMPCopyprivateClause()