Home
last modified time | relevance | path

Searched refs:setRHSExprs (Results 1 – 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDOpenMPClause.cpp753 void OMPReductionClause::setRHSExprs(ArrayRef<Expr *> RHSExprs) { in setRHSExprs() function in OMPReductionClause
810 Clause->setRHSExprs(RHSExprs); in Create()
852 void OMPTaskReductionClause::setRHSExprs(ArrayRef<Expr *> RHSExprs) { in setRHSExprs() function in OMPTaskReductionClause
879 Clause->setRHSExprs(RHSExprs); in Create()
905 void OMPInReductionClause::setRHSExprs(ArrayRef<Expr *> RHSExprs) { in setRHSExprs() function in OMPInReductionClause
941 Clause->setRHSExprs(RHSExprs); in Create()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDOpenMPClause.h3304 void setRHSExprs(ArrayRef<Expr *> RHSExprs);
3622 void setRHSExprs(ArrayRef<Expr *> RHSExprs);
3853 void setRHSExprs(ArrayRef<Expr *> RHSExprs);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReader.cpp11061 C->setRHSExprs(Vars); in VisitOMPReductionClause()
11108 C->setRHSExprs(Vars); in VisitOMPTaskReductionClause()
11141 C->setRHSExprs(Vars); in VisitOMPInReductionClause()