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

This represents '#pragma omp master taskloop' directive. More...

#include "clang/AST/StmtOpenMP.h"

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

Public Member Functions

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 StmtgetPreInits () const
 
StmtgetPreInits ()
 
ExprgetIsLastIterVariable () const
 
ExprgetLowerBoundVariable () const
 
ExprgetUpperBoundVariable () const
 
ExprgetStrideVariable () const
 
ExprgetEnsureUpperBound () const
 
ExprgetNextLowerBound () const
 
ExprgetNextUpperBound () const
 
ExprgetNumIterations () const
 
ExprgetPrevLowerBoundVariable () const
 
ExprgetPrevUpperBoundVariable () const
 
ExprgetDistInc () const
 
ExprgetPrevEnsureUpperBound () const
 
ExprgetCombinedLowerBoundVariable () const
 
ExprgetCombinedUpperBoundVariable () const
 
ExprgetCombinedEnsureUpperBound () const
 
ExprgetCombinedInit () const
 
Expr