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


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