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