Searched refs:setSourceExprs (Results 1 – 3 of 3) sorted by relevance
479 void OMPLastprivateClause::setSourceExprs(ArrayRef<Expr *> SrcExprs) { in setSourceExprs() function in OMPLastprivateClause511 Clause->setSourceExprs(SrcExprs); in Create()643 void OMPCopyinClause::setSourceExprs(ArrayRef<Expr *> SrcExprs) { in setSourceExprs() function in OMPCopyinClause673 Clause->setSourceExprs(SrcExprs); in Create()684 void OMPCopyprivateClause::setSourceExprs(ArrayRef<Expr *> SrcExprs) { in setSourceExprs() function in OMPCopyprivateClause714 Clause->setSourceExprs(SrcExprs); in Create()
2796 void setSourceExprs(ArrayRef<Expr *> SrcExprs);4279 void setSourceExprs(ArrayRef<Expr *> SrcExprs);4444 void setSourceExprs(ArrayRef<Expr *> SrcExprs);
12076 C->setSourceExprs(Vars); in VisitOMPLastprivateClause()12274 C->setSourceExprs(Exprs); in VisitOMPCopyinClause()12296 C->setSourceExprs(Exprs); in VisitOMPCopyprivateClause()