clang API Documentation
This represents 'mergeable' clause in the '#pragma omp ...' directive. More...
#include <OpenMPClause.h>
Public Member Functions | |
OMPMergeableClause (SourceLocation StartLoc, SourceLocation EndLoc) | |
Build 'mergeable' clause. | |
OMPMergeableClause () | |
Build an empty clause. | |
StmtRange | children () |
Static Public Member Functions | |
static bool | classof (const OMPClause *T) |
This represents 'mergeable' clause in the '#pragma omp ...' directive.
#pragma omp task mergeable
In this example directive '#pragma omp task' has 'mergeable' clause.
Definition at line 751 of file OpenMPClause.h.
clang::OMPMergeableClause::OMPMergeableClause | ( | SourceLocation | StartLoc, |
SourceLocation | EndLoc | ||
) | [inline] |
Build 'mergeable' clause.
StartLoc | Starting location of the clause. |
EndLoc | Ending location of the clause. |
Definition at line 758 of file OpenMPClause.h.
clang::OMPMergeableClause::OMPMergeableClause | ( | ) | [inline] |
Build an empty clause.
Definition at line 763 of file OpenMPClause.h.
StmtRange clang::OMPMergeableClause::children | ( | ) | [inline] |
Reimplemented from clang::OMPClause.
Definition at line 770 of file OpenMPClause.h.
static bool clang::OMPMergeableClause::classof | ( | const OMPClause * | T | ) | [inline, static] |
Reimplemented from clang::OMPClause.
Definition at line 766 of file OpenMPClause.h.
References clang::OMPClause::getClauseKind().