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


Public Member Functions | |
| OMPUpdateClause (SourceLocation StartLoc, SourceLocation EndLoc) | |
| Build 'update' clause. | |
| OMPUpdateClause () | |
| Build an empty clause. | |
| StmtRange | children () |
Static Public Member Functions | |
| static bool | classof (const OMPClause *T) |
This represents 'update' clause in the '#pragma omp atomic' directive.
#pragma omp atomic update
In this example directive '#pragma omp atomic' has 'update' clause.
Definition at line 838 of file OpenMPClause.h.
| clang::OMPUpdateClause::OMPUpdateClause | ( | SourceLocation | StartLoc, |
| SourceLocation | EndLoc | ||
| ) | [inline] |
Build 'update' clause.
| StartLoc | Starting location of the clause. |
| EndLoc | Ending location of the clause. |
Definition at line 845 of file OpenMPClause.h.
| clang::OMPUpdateClause::OMPUpdateClause | ( | ) | [inline] |
Build an empty clause.
Definition at line 850 of file OpenMPClause.h.
| StmtRange clang::OMPUpdateClause::children | ( | ) | [inline] |
Reimplemented from clang::OMPClause.
Definition at line 857 of file OpenMPClause.h.
| static bool clang::OMPUpdateClause::classof | ( | const OMPClause * | T | ) | [inline, static] |
Reimplemented from clang::OMPClause.
Definition at line 853 of file OpenMPClause.h.
References clang::OMPClause::getClauseKind().