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

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp636 void OMPReductionClause::setRHSExprs(ArrayRef<Expr *> RHSExprs) { function in class:OMPReductionClause
663 Clause->setRHSExprs(RHSExprs);
689 void OMPTaskReductionClause::setRHSExprs(ArrayRef<Expr *> RHSExprs) { function in class:OMPTaskReductionClause
716 Clause->setRHSExprs(RHSExprs);
742 void OMPInReductionClause::setRHSExprs(ArrayRef<Expr *> RHSExprs) { function in class:OMPInReductionClause
778 Clause->setRHSExprs(RHSExprs);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h2527 void setRHSExprs(ArrayRef<Expr *> RHSExprs);
2761 void setRHSExprs(ArrayRef<Expr *> RHSExprs);
2992 void setRHSExprs(ArrayRef<Expr *> RHSExprs);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp11963 C->setRHSExprs(Vars);
11996 C->setRHSExprs(Vars);
12029 C->setRHSExprs(Vars);

Completed in 261 milliseconds