clang 20.0.0git
|
This represents '#pragma omp distribute parallel for' composite directive. More...
#include "clang/AST/StmtOpenMP.h"
Public Member Functions | |
Expr * | getTaskReductionRefExpr () |
Returns special task reduction reference expression. | |
const Expr * | getTaskReductionRefExpr () const |
bool | hasCancel () const |
Return true if current directive has inner cancel directive. | |
![]() | |
Expr * | getIterationVariable () const |
Expr * | getLastIteration () const |
Expr * | getCalcLastIteration () const |
Expr * | getPreCond () const |
Expr * | getCond () const |
Expr * | getInit () const |
Expr * | getInc () const |
const |