Searched refs:setSourceExprs (Results 1 – 3 of 3) sorted by relevance
471 void OMPLastprivateClause::setSourceExprs(ArrayRef<Expr *> SrcExprs) { in setSourceExprs() function in OMPLastprivateClause503 Clause->setSourceExprs(SrcExprs); in Create()628 void OMPCopyinClause::setSourceExprs(ArrayRef<Expr *> SrcExprs) { in setSourceExprs() function in OMPCopyinClause658 Clause->setSourceExprs(SrcExprs); in Create()669 void OMPCopyprivateClause::setSourceExprs(ArrayRef<Expr *> SrcExprs) { in setSourceExprs() function in OMPCopyprivateClause699 Clause->setSourceExprs(SrcExprs); in Create()
2679 void setSourceExprs(ArrayRef<Expr *> SrcExprs);4162 void setSourceExprs(ArrayRef<Expr *> SrcExprs);4327 void setSourceExprs(ArrayRef<Expr *> SrcExprs);
12273 C->setSourceExprs(Vars); in VisitOMPLastprivateClause()12471 C->setSourceExprs(Exprs); in VisitOMPCopyinClause()12493 C->setSourceExprs(Exprs); in VisitOMPCopyprivateClause()