clang API Documentation
This represents 'write' clause in the '#pragma omp atomic' directive. More...
#include <OpenMPClause.h>
Public Member Functions | |
OMPWriteClause (SourceLocation StartLoc, SourceLocation EndLoc) | |
Build 'write' clause. | |
OMPWriteClause () | |
Build an empty clause. | |
StmtRange | children () |
Static Public Member Functions | |
static bool | classof (const OMPClause *T) |
This represents 'write' clause in the '#pragma omp atomic' directive.
#pragma omp atomic write
In this example directive '#pragma omp atomic' has 'write' clause.
Definition at line 808 of file OpenMPClause.h.
clang::OMPWriteClause::OMPWriteClause | ( | SourceLocation | StartLoc, |
SourceLocation | EndLoc | ||
) | [inline] |
Build 'write' clause.
StartLoc | Starting location of the clause. |
EndLoc | Ending location of the clause. |
Definition at line 815 of file OpenMPClause.h.
clang::OMPWriteClause::OMPWriteClause | ( | ) | [inline] |
Build an empty clause.
Definition at line 820 of file OpenMPClause.h.
StmtRange clang::OMPWriteClause::children | ( | ) | [inline] |
Reimplemented from clang::OMPClause.
Definition at line 827 of file OpenMPClause.h.
static bool clang::OMPWriteClause::classof | ( | const OMPClause * | T | ) | [inline, static] |
Reimplemented from clang::OMPClause.
Definition at line 823 of file OpenMPClause.h.
References clang::OMPClause::getClauseKind().