clang 20.0.0git
Public Member Functions | Static Public Member Functions | Friends | List of all members
clang::OMPDistributeParallelForDirective Class Reference

This represents '#pragma omp distribute parallel for' composite directive. More...

#include "clang/AST/StmtOpenMP.h"

Inheritance diagram for clang::OMPDistributeParallelForDirective:
Inheritance graph
[legend]

Public Member Functions

ExprgetTaskReductionRefExpr ()
 Returns special task reduction reference expression.
 
const ExprgetTaskReductionRefExpr () const
 
bool hasCancel () const
 Return true if current directive has inner cancel directive.
 
- Public Member Functions inherited from clang::OMPLoopDirective
ExprgetIterationVariable () const
 
ExprgetLastIteration () const
 
ExprgetCalcLastIteration () const
 
ExprgetPreCond () const
 
ExprgetCond () const
 
ExprgetInit () const
 
ExprgetInc () const
 
const