clang API Documentation
This represents 'ordered' clause in the '#pragma omp ...' directive. More...
#include <OpenMPClause.h>
Public Member Functions | |
OMPOrderedClause (SourceLocation StartLoc, SourceLocation EndLoc) | |
Build 'ordered' clause. | |
OMPOrderedClause () | |
Build an empty clause. | |
StmtRange | children () |
Static Public Member Functions | |
static bool | classof (const OMPClause *T) |
This represents 'ordered' clause in the '#pragma omp ...' directive.
#pragma omp for ordered
In this example directive '#pragma omp for' has 'ordered' clause.
Definition at line 663 of file OpenMPClause.h.
clang::OMPOrderedClause::OMPOrderedClause | ( | SourceLocation | StartLoc, |
SourceLocation | EndLoc | ||
) | [inline] |
Build 'ordered' clause.
StartLoc | Starting location of the clause. |
EndLoc | Ending location of the clause. |
Definition at line 670 of file OpenMPClause.h.
clang::OMPOrderedClause::OMPOrderedClause | ( | ) | [inline] |
Build an empty clause.
Definition at line 675 of file OpenMPClause.h.
StmtRange clang::OMPOrderedClause::children | ( | ) | [inline] |
Reimplemented from clang::OMPClause.
Definition at line 682 of file OpenMPClause.h.
static bool clang::OMPOrderedClause::classof | ( | const OMPClause * | T | ) | [inline, static] |
Reimplemented from clang::OMPClause.
Definition at line 678 of file OpenMPClause.h.
References clang::OMPClause::getClauseKind().