clang API Documentation
This represents 'untied' clause in the '#pragma omp ...' directive. More...
#include <OpenMPClause.h>


Public Member Functions | |
| OMPUntiedClause (SourceLocation StartLoc, SourceLocation EndLoc) | |
| Build 'untied' clause. | |
| OMPUntiedClause () | |
| Build an empty clause. | |
| StmtRange | children () |
Static Public Member Functions | |
| static bool | classof (const OMPClause *T) |
This represents 'untied' clause in the '#pragma omp ...' directive.
#pragma omp task untied
In this example directive '#pragma omp task' has 'untied' clause.
Definition at line 721 of file OpenMPClause.h.
| clang::OMPUntiedClause::OMPUntiedClause | ( | SourceLocation | StartLoc, |
| SourceLocation | EndLoc | ||
| ) | [inline] |
Build 'untied' clause.
| StartLoc | Starting location of the clause. |
| EndLoc | Ending location of the clause. |
Definition at line 728 of file OpenMPClause.h.
| clang::OMPUntiedClause::OMPUntiedClause | ( | ) | [inline] |
Build an empty clause.
Definition at line 733 of file OpenMPClause.h.
| StmtRange clang::OMPUntiedClause::children | ( | ) | [inline] |
Reimplemented from clang::OMPClause.
Definition at line 740 of file OpenMPClause.h.
| static bool clang::OMPUntiedClause::classof | ( | const OMPClause * | T | ) | [inline, static] |
Reimplemented from clang::OMPClause.
Definition at line 736 of file OpenMPClause.h.
References clang::OMPClause::getClauseKind().