Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h3822 MutableArrayRef<bool> getPrivateVariableReductionFlags() { in getPrivateVariableReductionFlags() function
3825 ArrayRef<bool> getPrivateVariableReductionFlags() const { in getPrivateVariableReductionFlags() function
4013 return helper_flag_const_range(getPrivateVariableReductionFlags().begin(), in private_var_reduction_flags()
4014 getPrivateVariableReductionFlags().end()); in private_var_reduction_flags()
4018 return helper_flag_range(getPrivateVariableReductionFlags().begin(), in private_var_reduction_flags()
4019 getPrivateVariableReductionFlags().end()); in private_var_reduction_flags()